Hi,

Are you waiting until the totalBytes > 7 (or some other small value) First time round on some preloaders I have noticed that totalBytes was 0, so put in a catch for this:

   if(lb == tb && tb > 7) {
      loaded = true;
   }

Christian Giordano wrote:
I've a strange bug which seems on the Flash Player. Basically on
Windows / IE when the page is reloaded, the preloader logs the
progress of the bytesLoaded correctly, but the totalBytes are
incredibily 0. I tried both to check the ProgressEvent or the
loader.contentLoaderInfo itself, the result doesn't change.

I am wondering if anyone have ever encountered in this absurd issue (I
couldn't find anything on the web).


Thanks, chr
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



--

Glen Pike
01326 218440
www.glenpike.co.uk <http://www.glenpike.co.uk>

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to