The site I'm working on loads a number of swfs from the menu. How many layers can I specify with the loadmovie command (ie. loadMovieNum ("mc1.swf", 1), loadMovieNum ("mc2.swf", 2), etc.)?
Would it be beneficial to load each movie to a separate layer and instead of unloading should I change the visibility to false? This would make the loading of previously loaded swfs faster, but is there a downside to this method?
Would it be beneficial to load each movie to a separate layer and instead of unloading should I change the visibility to false? This would make the loading of previously loaded swfs faster, but is there a downside to this method?