Spring Actionscript is an open source application framework written in ActionScript 3.0. It is an Inversion of Control (IoC) container. It can be used for Flex, AIR, Flash or pure ActionScript development.
Questions tagged [spring-actionscript]
5 questions
1
vote
1 answer
Spring Actionscript: FlexPropertyPlaceholderConfigurer could not be found
there! I use springactionscript 1.0RC1 and found an error as following:
Error: A class with the name 'org.springextensions.actionscript.ioc.factory.con fig.flex.FlexPropertyPlaceholderConfigurer' could not be found.
Are you sure the specified…

devbean
- 95
- 1
- 6
1
vote
1 answer
application-context.xml problem for Spring ActionScript
content of The application-content.xml is

jiri
- 21
- 2
1
vote
3 answers
What are the benefits of Spring Actionscript considering Dynamic Proxies and Reflection is limited
What are the benefits of Spring Actionscript considering Dynamic Proxies are not possible in the current version of Actionscript and Reflection is quite limited.
So for example I could specify my object creation in an XML application context, but…

BefittingTheorem
- 10,459
- 15
- 69
- 96
0
votes
1 answer
How do you use Parsley with GraniteDS in Flex?
I want to use the Parsley framework and I want to use GraniteDS for remoting. As of 2.1, GraniteDS generates AS3 service classes from your Java code as local proxies, and I want to use these classes in Parsley.
I can successfully inject the service…

Fletch
- 4,829
- 2
- 41
- 55
0
votes
1 answer
Loading a swf named in xml into a parent swf in Actionscript 3
OK, I have a situation where I use loadvars to load an xml file, which has the address of 2 swf's on the server. I can trace the xml items so know they are loading. So I'm trying to load the swf's but am running into problems. First problem, the…

Jack
- 1
- 1