开发者

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.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜