Preloading in Flash CS3 like i did in Flash3 - what a mess… May 15, 2007 at 9:14 am
In Flash CS3 Beta, loading a single swf and displaying loaded bytes changed a lot. My solution ( probably a bad one! ) is to load my main swf like i did in flash3 - shame on me! For example you have 3 Frames. In the first frame i wait and look if all frames have loaded:
percentt.text = Math.round( ( framesLoaded/totalFrames ) *100 );
if ( framesLoaded == totalFrames ) {
//do some
}
…in the second frame i paste all my library-linkage stuff, classes and more. Of course that´s not the way i used to do it before, but i didn´t read ´bout any other true good flash as3-solution yet. Taking part on a blog-comment-discussion show´s - that the many other people haven´t got better ways to do it eather… ( read more )
For any solution or intresting approach - feel free to post me your comments!



Leave a Reply