int() is deprecated in favor of Math.floor() (for numbers) or
parseInt() (for strings).

In AS3 "int" has a different meaning (a data type instead of a function).

On 3/17/07, Kerem İşeri <[EMAIL PROTECTED]> wrote:
Just replace the code with below:

loadProgressOutput = int((this.getBytesLoaded()/this.getBytesTotal())*100);

kerem.
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to