I am re-creating an instructional movie with images and sound. I have external swfs that i need to play on after the other. i got the first swf to play by using:
loadMovieNum("intro.swf",1);
the first swf plays fine but i need help with adding the additional swf files to play. these are big swfs and i have preloaders attached to the swfs. i am not sure how to code it so that the next swf will play after the one before it is done. if anyone could help it would be much appreciated.
loadMovieNum("intro.swf",1);
the first swf plays fine but i need help with adding the additional swf files to play. these are big swfs and i have preloaders attached to the swfs. i am not sure how to code it so that the next swf will play after the one before it is done. if anyone could help it would be much appreciated.