[Flashcoders] custom preloader progress bar ...

2006-03-02 Thread murder design
for some reason, my bar does not scale, and the percent is not visible in the text bar with the percent loaded ... // function to load an external .swf function ploader() { // swf file to load loadMovieNum(bigfile.swf, 1); _root.onEnterFrame = function() { tBytes = getBytesTotal();

Re: [Flashcoders] custom preloader progress bar ...

2006-03-02 Thread Bram Plessers
dont have a lot of time, but don't load in levels please ... try loading in container mc's in stead There are numerous tutorials on the topic eg actionscript.org sorry for this short insight :) On 3/2/06, murder design [EMAIL PROTECTED] wrote: for some reason, my bar does not scale, and