Flash 8 pro is what Im using.

Maybe if I explain a little better. Ok I have my main swf which Im loading external swf onto. Now on my main time line I have this----

stop();
loadMovie("countdown.swf", "movie_loader");

Now after contdown swf loads and finishes playing I want it to jump to a frame label on my main time line called home.

Now I tried this on the last frame of my external swf with no avail.

stopAllSounds();
_root.gotoAndPlay("home"); I also tried level0

I know this really shouldnt be this hard.

Thx for the help in advance.