Hi! Do not ask why :stare: , but I have to do the following:
function onLoaded(e:Event):void {
var bg :MovieClip = new MovieClip();
var libMedia:MovieClip = e.currentTarget as MovieClip;
This code executes on frame 1.
What I need to do - add this libMedia loaded movie clip to some empty clip named “dummy”
at the frame 21.
Is there any way to do it?
Add this loaded frame clip to frame 21, without leaving this frame 1, and add it to some already existing clip named “dummy”, so I could have control over this externally loaded swf later.
Regards,
Konstantin.