I am needing to load a movie from with in a movie into the origional movie and then unload the first loaded movie. hahaha ok. Say I have a movie called M1 and M1 has an animation sequence that needs to run befor it loads but because of positioning issues they need to be loaded seperatly into different loaders. My my plan is to load M1Animation into ldr on my time line, then play the animation and at the end do something like
this.parent.parent.ldr2.source = "M1.swf";
which will load M1 into Ldr2. And then to clear Ldr put something like:
this.parent.parent.ldr.unload();
on the first frame of M1.
My problem is this sounds great in my head but the code above doesn’t work and I don;t know why or how to fix it, could some one help me out please?:thumb: