No problem.  Here again I think what you are seeing is the expected behavior.  The ready 
event fires as soon as the player has enough data to enter a responsive state.  That does 
not mean that the flv is completely loaded or even that it will play smoothly after the 
event fires.  It just means that the player is ready to process playback commands.  The 
player is meant to allow the video to start playing before the entire video is loaded 
(which is why they call it "progressive download").  Depending on the filesize 
of your video and the bandwidth of your target audience you might start playing when less 
than 100% of the video is loaded.  While the video is playing the rest of the video will 
download in the background.

Good luck with your Flash video project!

-Steve

http://www.sleekdigital.com

--------------------------------------------------------------------
From: "Sarah Plowright" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] FLVPlayback progress event listener
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>

Thank you so much for all your help, I got it working - ignoring the
ready event, which doesn't seems to trigger before the full buffer
time, I just use bytes loaded to tell it when to start:


_______________________________________________
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