FLV progressive download progress bar

Hi guys,

I am building a video player using NetStream, NetConnection and the Video class. I have got the pause, play, stop and volume control sorted.

I’d like to know how one goes about building a download progress bar as the FLV downloads progressively.

I have looked at the VideoProgressEvent class, but that doesn’t seem to work with the Video class.

Any ideas appreciated.

Cheers

pls help how i can build application for flv progressive downloader.

Make a timer that will start running when you have started to download your flv. Then, simply track the netstreams bytesLoaded and bytesTotal properties.