Is it possible to load a swf file after application creation in flex?
Is it possible to load a swf file after applic开发者_运维技巧ation creation in flex? If so how?
Yes, you can use the SWFLoader class to load SWFs at runtime. You can either declare the required SWF using an MXML tag or use the load(url) method.
You can also use the module loader, incase you have a tightly coupled code , but built into different logical parts.
精彩评论