PDA

View Full Version : loadmovie on a specific frame?


losse
06-21-2007, 01:26 AM
Hi there
I have a .loadmovie function on an swf. Let's call it main.swf.

On main.swf there is a "loader movie clip" called "contents" that loads other swf's. I'm just wondering if it's possible to modify the code below to load the new movie on a specific frame... Say frame 5?

on (release) {
contents.loadMovie("new.swf");
}

Thanks

_Aerospace_Eng_
06-21-2007, 02:00 AM
We can't help you much more until you give us a link to your .fla file. Everyone does things differently.

losse
06-22-2007, 02:22 PM
Ok... Here are 2 FLA's. one is called "models.fla" this holds the container to load the second FLA called "applewood.fla" that's the SWF that loads when you click on the link located on the models.

Again, what I'm trying to avoid is a quick "flash" of the models.swf file before it loads the next swf...