Actionscript 2 developer needed to fix preloading error in our code. We have a main .swf file which has button links that load a few other .swfs with the function loadMovieNum. Here is an example for 2 of the buttons: HOME on (press) { loadMovieNum("main.swf", 0); } SYNOPSIS on (press) { loadMovieNum("synopsis.swf", 0); } Etc. for the others. When these pages are clicked, the preloader should show every time, however it comes up only some of the time and...