PDA

View Full Version : target linkage at another level


ljones
03-25-2007, 02:13 AM
Is it possible to target the linkageID of a library element from a .swf which was loaded onto a level?

main.swf (_root) loads content.swf (_level2), content.swf has a library element "background_mc" with linkageID.

How to target background_mc from main?

_root.attachMovie("background_mc", "background", 1);

Thanks in advance.