PDA

View Full Version : loader for loadMove( );?



breravin
January 25th, 2004, 08:04 PM
Is there a way to make a loader for a swf that has already been opened but has a:

on (release) {
loadMovie('movie.swf', 2);
}

on a button?

see, the 'movie.swf' file is rather large in this case, and I don't want the person to think something is wrong. Also, ANOTHER problem is that the movie.swf file was created from an imbeded .fla that no longer exists. So it's stuck just being the movie that it is. I also can't import it to another .fla b/c it just shows up as blank keyframes. Now what?

thanks!

blah-de-blah
January 26th, 2004, 06:13 AM
http://www.kirupa.com/developer/mx/preloader_transition.htm

is your answer to question 1.

I don't get what you want to do for your second question...