martink
12-07-2005, 01:33 AM
I have created a master.swf that is approx. 600 frames long. While it plays, it loads other swf files from a server into their corresponding layers, which each have an instace of a movie clip symbol to house these swf files.
My problem is - everytime I go to view the file online - I have to play it once, to let it store in the cache of the browser, and then play it again to see it smoothly. Obviously this is not something I want others to deal with.
So I went ahead and created a preloader to load all the content initially, before the master.swf file plays. But it doesn't work because the swf files load sequentially into master.swf, as it plays to frame 600.
Is there a way to have the swf files load initially, so that the preloader can load all the content before the movie begins playing, and then call the swf files to play on certain frames throughout the movie?
My goal is to have this large compilation of swf files play smoothly. Any help would be tremendous!
Thanks,
Martin
My problem is - everytime I go to view the file online - I have to play it once, to let it store in the cache of the browser, and then play it again to see it smoothly. Obviously this is not something I want others to deal with.
So I went ahead and created a preloader to load all the content initially, before the master.swf file plays. But it doesn't work because the swf files load sequentially into master.swf, as it plays to frame 600.
Is there a way to have the swf files load initially, so that the preloader can load all the content before the movie begins playing, and then call the swf files to play on certain frames throughout the movie?
My goal is to have this large compilation of swf files play smoothly. Any help would be tremendous!
Thanks,
Martin