I'm experimenting with loadMovieNum to load multiple swf files and improve load time of the overall movie clip.
What's happening is that my main movie timeline is finishing before all of the swf files load so that some of them never get loaded.
main move loads background images
then on frame 6 of main move: loadMovieNum("jcsolstice.swf",10);
then in jcsolstice.swf
on the last frame: loadMovieNum("jcgarden.swf",20);
then in jcgarden.swf
on the last frame: loadMovieNum("jcseascape.swf",30);
then in jcseascape.swf
on the last frame: loadMovieNum("jcharvest.swf",40);
but the main move is finishing before the last three swf's load and run.
I'm sure there needs to be more action scripting in there but I don't know where. Any help is much appreciated.
What's happening is that my main movie timeline is finishing before all of the swf files load so that some of them never get loaded.
main move loads background images
then on frame 6 of main move: loadMovieNum("jcsolstice.swf",10);
then in jcsolstice.swf
on the last frame: loadMovieNum("jcgarden.swf",20);
then in jcgarden.swf
on the last frame: loadMovieNum("jcseascape.swf",30);
then in jcseascape.swf
on the last frame: loadMovieNum("jcharvest.swf",40);
but the main move is finishing before the last three swf's load and run.
I'm sure there needs to be more action scripting in there but I don't know where. Any help is much appreciated.