actionscript 3 - use a SWC by 2 files that are loaded into a host swf file -


i use flash cs6 (no flex no flashdevelop) have main swf loads 2 swf files. (actually more 2) 2 loaded files use symbols same swc file. want embed swc main swf, , swc ready 2 loaded files. problem is: loaded files using class refers symbols inside swc. when export them (publish them swf) error if dont embed swc each 1 of them. there way around?

ps swc huge file containing hundreds of .mp3 files needed each of loaded files, definately don't want embed each of loaded files.

after lot of research seems impossible use swc more 1 file (without embeding each file has use it), go swf instead, can external , can used loaded files. maybe less protected, encrypt it, , when there need 1 of synbols, load swf, decrypt it, , use getdefinitionbyname symbols inside it. disadvantage of solution take me hours create linkage each symbol.(and loading , decryption of swf file might take time) why still glad hear better solution.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -