开发者

export a symbol for multiple projects in flash

开发者 https://www.devze.com 2023-03-31 08:20 出处:网络
Is there a way for me to export a symbol from the librar开发者_高级运维y so I can use it in multiple files without having to add the symbol to each library?You can export it into a linked library (swc

Is there a way for me to export a symbol from the librar开发者_高级运维y so I can use it in multiple files without having to add the symbol to each library?


You can export it into a linked library (swc file)

then include the swc in your other projects

here;s a link that gives more detail: http://www.theflashstudio.net/articles/swcFile.php

0

精彩评论

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