swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] New to SWFTools with questions


From: Chris Flowers
Subject: Re: [Swftools-common] New to SWFTools with questions
Date: Mon, 24 Jan 2005 18:17:00 -0500

> > 3. On a more practical note, any tips on creating a progress indicator 
> > when loading a Flash file using the SWFTools?
> 
> Looks like something for the ActionScript Gurus.
> Laurent? Chris?
> 

For starters you can use getBytesLoaded(); getBytesTotal();  
in your actionscripts to test stream progress.

There is also myclip._framesloaded and myclip._totalframes
if you are only concerned with a given frame.

When I get sometime I can script a progress bar.
But those are the basic elements for getting the job done.

You could also check flashkit.com for examples.
This is a fairly common question and you should
easily find numerous posts about it.

Chris






reply via email to

[Prev in Thread] Current Thread [Next in Thread]