Yes indeed. I had my mind on onProgress. Doh!

Doing too much AS2 perhaps..

Paul
----- Original Message ----- From: "Muzak" <p.ginnebe...@telenet.be>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, March 24, 2009 4:41 PM
Subject: Re: [Flashcoders] do we still have to check to see if loaded > 10bytes?


In AS3 you usually listen for the "complete" event, which is triggered when loading is completed.

regards,
Muzak

----- Original Message ----- From: "allandt bik-elliott (thefieldcomic.com)" <alla...@gmail.com>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, March 24, 2009 5:03 PM
Subject: [Flashcoders] do we still have to check to see if loaded > 10 bytes?


in as2 there used to be a thing where you had to check to make sure loaded
was above 10 bytes or it would sometimes give a false reading

(so you might see if (this.getBytesLoaded == this.getBytesTotal() &&
this.getBytesLoaded > 10) for instance)

does the same apply to as3 or can i safely leave that part out of my code?

thanks
a

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

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

Reply via email to