Flash Help - Jumping Scene

I have created a movie that is supposed to load a movie clip for transition purposes and then automatically move on to another movie without the user clicking on a button. At the same time I have created an external preloader using the “myMCL.loadClip.” I have been successful in loading the transition (that’s easy enough) but not to load any other movies using the external preloader. I am trying to avoid running an internal preloader per movie, hense the external preloader, but it’s not working. I tried “_level0.myMCL.loadClip(“movie.swf”,_root);” where level 0 the preloader loads but the rest is not happening.

Any thoughts on this one? Thank you.