Hopefully someone can help with this, I can’t find the answer anywhere!
I’m currently building a flash project that consists of a main .SWF and multiple external .SWFs that are loaded as required.
Each of these requires a particle or tween class that assists with the animation, but bundling the classes with the .SWF increases the filesize considerably, and it would be inefficient to redownload these classes with each file.
Is there any way I could share these classes as a single file that can be used by the external .SWF files and only be downloaded once?
Thanks!
Edd
Yes you need to use – Runtime Shared Libraries