I also have this issue with [RouteEvent]
but it is like the debug build works fine, however, the release swf doesn't seems to containn RouteEvent tag
Type: Posts; User: n0rthwood; Keyword(s):
I also have this issue with [RouteEvent]
but it is like the debug build works fine, however, the release swf doesn't seems to containn RouteEvent tag
seems like you didn't compile the class mx.messaging.Consumer into the swf.
simply import doesn't compile this class into your swf.
you need either to inlucde a compilter parameter like:...
I think the factory-bean combine with factory-method allows you to get a result of a method.
the contructor-arg you provided now will be served as the args for this factory-method on this certain...
sorry , the singleton thing i said about factory-method might be a bit mis-leading.
I do know that i can define prototye or singleton for my bean, that is how the spring actionscript framework...
Hi, just a quick search in the xml schema.
doesn't seems to find a defination for something like factory-bean. which means we can not use a factoryBean to generate instace.
the factory-method...
here is an example,
actually, this is the first thing i try when i download this framework, we happen to have the same situation where i need to load a secondary context after the first get...