On 2/5/07, Ian Thomas <[EMAIL PROTECTED]> wrote:
Hi Pedr, This is almost certainly because 'master' includes the same classes, or classes with the same package/name as swfA. Flash always uses the _first loaded version_ of any classes. Update the classes in master (i.e. rebuild it with the new classes), and it should all work as expected.
Also, look into using exclude.xml files for all SWFs that are only viewed when loaded into other SWFs. There are tools (e.g., FlashDevelop) which can tell you all classes that your main.swf file has embedded. Then you can use this to create swfA_exclude.xml, which contains a list of all classes to leave out of the SWF at compile time. In some cases this can significantly reduce the size of the loaded SWF. -- Mike Keesey _______________________________________________ [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

