Only load swf AFTER the main swf has loaded?

Hello!

Quick question. I have a main.swf that first loads and then 2.swf that should load after it. At the moment, they both load at the same time, which makes the page look bad. :frowning:

What code can I use so that 2.swf ONLY loads after the main.swf has loaded?

Code to load in the 2.swf

stop();
nextMovie="2.swf";
loadMovieNum(nextMovie,1);