Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
125 views

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' ...
1
vote
1answer
352 views

application-context.xml problem for Spring ActionScript

content of The application-content.xml is <?xml version="1.0" encoding="utf-8"?> <objects xmlns="http://www.springactionscript.org/schema/objects" ...
0
votes
1answer
458 views

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 ...
0
votes
1answer
106 views

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 ...
0
votes
3answers
428 views

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 ...