Preloading external SWF

I would like to pre-load an swf into my main timeline, however i wish to do this secretly in the background, so when i load it up, it will be instant. So while my main timeline is playing animation, the other swf is being loaded gradually.

At the moment i am loading the movie into my main timeline, through Loadmovie, and i am loading it into an empty movie clip. I am able to load the swf into the start of the timeline, however it will start playing, i wish for it to be hidden until later, so i can make it play wherever i want.

can anyone give me exact code and instructions on how to do this?

thanks/

Maybe you could use standard preloading code to monitor the loading of the external swf and once it’s loaded put a stop on a blank frame. For example many of the preloader tutorials on kirupa.com have all the preloading code happenning on frames 1 and 2. Then when everything is loaded it progresses to frame 3 and stuff happens. So you could leave frame 3 blank with a stop action on it and have all your real stuff start on frame 4. Then when you are ready to show the external swf you just have flash progress to frame 4.

Does that make sense or did I just talk in circles? :stuck_out_tongue:

i totally didnt get any of that…?!