Question
Advanced preloader question
What I need is a preloader that can begin playing the first
in a series of external swfs before all are loaded. I am building a
preloader based on a MediaLoader class created by Macromedia years
ago - the class is designed to load external swf files into an
on-stage holder clip (the clip is passed into the MediaLoader
object by reference), store these clips in an array, and then
dispatch the array back to the main swf, which can then manipulate
the clips.
The pre-loader works fine as originally designed - that is, as long as no clips are played until all are loaded. I have tried many modifications to the preloader and associated code so the main movie will play the first clip gracefully before all are downloaded, with no success. Problems occur along these lines - the holder clip must be made visible and so show the downloading clips, if only for a fraction of a second before they are hidden; I tried using a second holder to start playing them in, and I tried loading off-stage. However, attempts to duplicate the loaded external swf affect - as they probably refer to - the original. (I read you cannot duplicate a loaded swf like other clips, but must reload it, which defeats the purpose of a preloader).
I have asked about techniques and searched for examples, on many forums, of preloaders which can begin playing the first clip before all are downloaded, and have yet to see one.
What are some techniques for doing this, if it is possible in AS 2? Are there examples?
The pre-loader works fine as originally designed - that is, as long as no clips are played until all are loaded. I have tried many modifications to the preloader and associated code so the main movie will play the first clip gracefully before all are downloaded, with no success. Problems occur along these lines - the holder clip must be made visible and so show the downloading clips, if only for a fraction of a second before they are hidden; I tried using a second holder to start playing them in, and I tried loading off-stage. However, attempts to duplicate the loaded external swf affect - as they probably refer to - the original. (I read you cannot duplicate a loaded swf like other clips, but must reload it, which defeats the purpose of a preloader).
I have asked about techniques and searched for examples, on many forums, of preloaders which can begin playing the first clip before all are downloaded, and have yet to see one.
What are some techniques for doing this, if it is possible in AS 2? Are there examples?