you cant attach symbols from a loaded swf to a different parent, you *must* attach them somewhere in the tree where their library exists.

you have to do uiResources.attachMovie instead of _root.attachMovie

its a nasty limitation of flash (pre v9, in v9 you can manipulate the display heirarchy pretty much as you like)


Andy Herrman wrote:
   var img:MovieClip = root.attachMovie("asImage", "asImageMC",
root.getNextHighestDepth());

_______________________________________________
[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

Reply via email to