Question
proper way of preloading flash 8 / as2
Dear Forum
I am using Actionscript 2 for Flash player 8 in the CS3 environment. I am trying to create a super lightweight swf file (preloader.swf) which has a little scripted animation in it. It is under 10k!. Once the animation starts it loads in the main application (mainApp.swf) into an empty movieClip on the stage: _level0.stageMC. the mainApp.swf file contains the library with all the graphical assets (~400k) for all the UIs and animations. Also all the external .as code is instantiated in the mainApp.swf file on the first frame.
Now the problem: I can't load in library items from the library of the mainApp through the preloader.swf file
How is this done usually? I'm trying to avoid the long blank screen of the first frame preloading of all code and library (export on first frame) items...
Any insight appreciated. Thank you.
stephank
I am using Actionscript 2 for Flash player 8 in the CS3 environment. I am trying to create a super lightweight swf file (preloader.swf) which has a little scripted animation in it. It is under 10k!. Once the animation starts it loads in the main application (mainApp.swf) into an empty movieClip on the stage: _level0.stageMC. the mainApp.swf file contains the library with all the graphical assets (~400k) for all the UIs and animations. Also all the external .as code is instantiated in the mainApp.swf file on the first frame.
Now the problem: I can't load in library items from the library of the mainApp through the preloader.swf file
How is this done usually? I'm trying to avoid the long blank screen of the first frame preloading of all code and library (export on first frame) items...
Any insight appreciated. Thank you.
stephank
