[Flashcoders] do we still have to check to see if loaded > 10 bytes?

2009-03-24 Thread allandt bik-elliott (thefieldcomic.com)
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 th

Re: [Flashcoders] do we still have to check to see if loaded > 10 bytes?

2009-03-24 Thread Paul Andrews
I can't say, but it wouldn't harm to leave it there.. - Original Message - From: "allandt bik-elliott (thefieldcomic.com)" To: "Flash Coders List" Sent: Tuesday, March 24, 2009 4:03 PM Subject: [Flashcoders] do we still have to check to see if loaded

Re: [Flashcoders] do we still have to check to see if loaded > 10 bytes?

2009-03-24 Thread Muzak
ect: [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.get

Re: [Flashcoders] do we still have to check to see if loaded > 10 bytes?

2009-03-24 Thread Karl DeSaulniers
al Message - From: "allandt bik-elliott (thefieldcomic.com)" To: "Flash Coders List" 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