开发者

How to share TextArea Component in multiple SWF - Runtime Share Library

开发者 https://www.devze.com 2023-02-03 14:34 出处:网络
开发者_StackOverflowHow to share TextArea Component in multiple swf say lib.swf (has TextArea Componenet)

开发者_StackOverflowHow to share TextArea Component in multiple swf

say

lib.swf (has TextArea Componenet)

main.swf (Import TextArea Componenet from lib.swf)

section.swf (Import TextArea Componenet from lib.swf)

Thanks,

particle


Its not possible to share components. What you can do is, load lib.swf into main.swf and section.swf.

For that ,you have a MovieLoader, to which you will have to pass the source argument as the relative path to lib.swf.

Thanks,
Neeraj

0

精彩评论

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