开发者

Is it possible to load a swf file after application creation in flex?

开发者 https://www.devze.com 2023-02-18 20:50 出处:网络
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 usi

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消