Question
Preloading SWFs
I have a project which, due to the large number of PNG files,
I have broken up into several smaller SWFs. I have so far
successfully managed to get them all to play in sequence using the
Load External Movieclip behaviour on the last frame of
each, so that it starts playing the first SWF and then successively loads the next and then the next.
Now the problem: this project is NOT for playback on the Internet, but rather will be used as a presentation. So I assumed that using the Load External Movieclip would give smooth playback as I don't have to take bandwidth into account.
However, each time a new Movieclip has to load, there is a lag... if it is playing off a CD-ROM, the CD starts spinning again, if it is on the local hard drive the lag is less but still noticeable.
So how can I avoid this? Do I need to make a preloader for this? Or can I put some ActionScript in the first movie which will preload all the subsequent SWFs without needing to make a preloader/progress bar?
And please in any answers, be as obtuse as possible... I'm very, very new with AS!
Cheers
Rabaab
each, so that it starts playing the first SWF and then successively loads the next and then the next.
Now the problem: this project is NOT for playback on the Internet, but rather will be used as a presentation. So I assumed that using the Load External Movieclip would give smooth playback as I don't have to take bandwidth into account.
However, each time a new Movieclip has to load, there is a lag... if it is playing off a CD-ROM, the CD starts spinning again, if it is on the local hard drive the lag is less but still noticeable.
So how can I avoid this? Do I need to make a preloader for this? Or can I put some ActionScript in the first movie which will preload all the subsequent SWFs without needing to make a preloader/progress bar?
And please in any answers, be as obtuse as possible... I'm very, very new with AS!
Cheers
Rabaab
