styleBunny
Technical User
hiya,
i was able to attach librairy members to an empty clip(on the main timeline) from within another movieclip (on the main timeline). this worked well.
_root.descript.attachMovie("media", "media", 5);
now i have published that swf and when i load that very same swf into an empty movie, from another swf, the attachMovie script no longer works.
If i load my original swf onto a level,
loadMovie("2001_menu04.swf", 5);
the attachmovie still works, but then i load it into an empty clip like this:
loadMovie("2001_menu04.swf", loadIn);
the attachmovie from the original file stops working,
i spose its about changing the reference/target in this line somehow :
_root.descript.attachMovie("media", "media", 5);
i prolly in over my head but, but if i stare at it long enough the answer will come :|
thanks
p.
i was able to attach librairy members to an empty clip(on the main timeline) from within another movieclip (on the main timeline). this worked well.
_root.descript.attachMovie("media", "media", 5);
now i have published that swf and when i load that very same swf into an empty movie, from another swf, the attachMovie script no longer works.
If i load my original swf onto a level,
loadMovie("2001_menu04.swf", 5);
the attachmovie still works, but then i load it into an empty clip like this:
loadMovie("2001_menu04.swf", loadIn);
the attachmovie from the original file stops working,
i spose its about changing the reference/target in this line somehow :
_root.descript.attachMovie("media", "media", 5);
i prolly in over my head but, but if i stare at it long enough the answer will come :|
thanks
p.