| Author |
Loading SWF in to Resource bundle at runtime
|
Vijay Anand Rajagopalan
Greenhorn
Joined: Nov 21, 2012
Posts: 1
|
|
Hi, can any one please tel me how to load swf in to resource bundle at run time in Flex? If possible give me a sample code snippet and I have tried with the below code snipppet and its not working .
var resourceModuleURL:String = "./locale/" + newLocale + "/" + "resources.swf";
resourceManager.loadResourceModule(resourceModuleURL);
resourceManager.localeChain = ["en_US"];
Kindly reply For my doubt with good solutions.
Thanks in Advance.
|
 |
 |
|
|
subject: Loading SWF in to Resource bundle at runtime
|
|
|