Flash Shared Library items still add weight to my final swf

89 Views Asked by At

On one hand I have a shared library flash source file, that shares a movieclip with several icons inside. On the other hand I have the destination file that imports the shared library movieclip from the source file.

My problem is, I've tried both aproaches descibred in Adobe's documentation to import the shared library movieclip. You either edit the properties of an existing Movieclip and set check the option where it says "Import for runtime sharing", or you just drag the symbol from the source file library to the destination file library or stage.

The issues is, the only way I can get this to compile, is if I go with the second option. However, this way, all the icons inside that movieclip are also dragged into my destination file library, increasing it's final weight when I publish the swf file. So it just has no point at all in the end since I will be having the same bitmap files with the same weight in all files that import this movieclip.

Has anyone come across this issue before? Am I doing something wrong?

0

There are 0 best solutions below