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)" <[email protected]>
To: "Flash Coders List" <[email protected]>
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
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to