0
votes
1answer
140 views
How do you hook up a Module thats loaded dynamically in the PureMVC framework for ActionScript 3
I'm using the PureMVC framework on a FlexBuilder 3 project. I have already hooked up the ApplicationFacade and have executed simple commands successfully.
I have a ModuleLoader in my entry …
1
vote
How do you hook up a Module thats loaded dynamically in the PureMVC framework for ActionScript 3
PureMVC comes in two flavours for ActionScript 3 PureMVC Standard and PureMVC Multicore respectively.
You will need to use the PureMVC Multicore version if you want to use modules in a flex …
