Have you looked at getBytesTotal() and getBytesLoaded()?

You can pretty easily calculate percentage loaded from those - in your case my 
guess would be that you are looking for something like:

var percentage = (_root.getBytesLoaded()/root.getBytesTotal()) * 100;


-----Original Message-----
From: [EMAIL PROTECTED] on behalf of Nicholas Chhabra
Sent: Sun 12/11/2005 9:32 PM
To: Flashcoders mailing list
Subject: Re: [Flashcoders] How do I tell a movieclip to play insync with 
theloading percentage.
 
I don't need this functionality. I am trying to preload the timeline.

Troy Rollins wrote:

>
> On Dec 11, 2005, at 9:16 PM, Nicholas Chhabra wrote:
>
>> No, this is only useful for Picture files,
>
>
> No, it is also useful for SWF files.
> -- 
> Troy
> RPSystems, Ltd.
> http://www.rpsystems.net
>
> _______________________________________________
> 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

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

Reply via email to