From the help ...

"Event; dispatched at the frequency specified by the |progressInterval| property, *starting when the load begins and ending when all bytes are loaded* or there is a network error. Default is every .25 seconds."

So my guess is that you are testing this locally... loading an FLV file that is on your computer. If so, what you are seeing is the expected behavior. Since the video file is already on your machine, it loads instantly and the progress event will not fire once the video is loaded. Try it with a file that is on a server somewhere and you will see what you are looking to see.

-Steve

--------------------------------------------------------------------
From: "Sarah Plowright" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] FLVPlayback progress event listener
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

I am really just starting to do video stuff, so i'm a little
clueless.. I believe it's a progressive download. And the code doesn't
seem to be being executed repeatedly, as the other flv events are
behaving themselves.....


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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