I'm using the FLVPlayback component for the first time and am running into a couple of things. I am also using the skinnable components provided for use as player controls.

The capability of using multiple VideoPlayback controls within the component is interesting, and has me thinking about buffering the next clip in a series once one has finished loading. However I'm playing back video from FCS rather than HTTP, so I don't get any bytesLoaded/bytesTotal, or anything else that tells me when a file has finished loading. What is a good way to know when to begin buffering a consecutive clip?

When using the backButton and forwardButton properties to point to the respective component buttons, the buttons seem to display correctly, appearing disabled while buffering and enabled otherwise. However I am unable to tell when these buttons are clicked. According to the docs it seems like FLVPlayback should generate "rewind" and "fastForward" events when they are clicked, but this doesn't seem to be happening. Just putting a regular onRelease handler on them works fine though, so perhaps I'll just do that.

thanks,
-josh
_______________________________________________
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