| | | Manno Bult |  |
| Posted: Thu Sep 04, 2008 8:14 am Post subject: Re: proper way of preloading flash 8 / as2 |  |
Hi Stephan,
Option one (for the mian app) check out the export in first frame option (actually: turn it off) for library item set to export for actionscript. If you turn off that export option you need to place those items on the stage in say frame two so you have the first frame to build a progressbar.
Option two (for the preloader swf) take a look at the MovieclipLoader class. It allows to load external movies and graphics and has the possibility to relatively easy monitor the progress of the loading. |
|