> Hi Danny, > Are you sure that all the symbols that the shared library > object uses are also set to be shared? > > i.e. If the top-level symbol (set as runtime shared in the Linkage > dialog) contains/references lots of other library symbols in > the shared library, unless _they too_ are set to be runtime > shared, they'll get copied into your new .swf
They are. Here's what I've discovered: The symbols seem to be *both* shared *and* embedded. I can fix the problem as follows: 1) Create a new movie with a dummy symbol called 'test', set to export. 2) Bring this symbol into the target movie 3) Set the linkage manually to the symbol I actually want to use. Hey presto: 135k dropped off my swf at a stroke. Danny _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

