PDA

View Full Version : FLV Playlist Rewind?


jollyork
07-09-2008, 06:59 PM
Hi, I've got a playlist of multiple FLVs that play sequentially and I'm using a FLVPlayback component with fast-forward and rewind buttons. It all works as expected: pressing FF takes you to the next FLV and pressing REW takes you to the beginning of the current FLV. But...

How can I allow a user to rewind to past FLVs in the playlist? So if the user is watching FLV#3 and wants to go back to #2, how can I enable this?

I was thinking a listening for a double-click on the REW button, but I'm not sure if that's possible, or how to implement...?

Thanks!

OriginalSvelte
08-01-2008, 04:52 PM
I would honestly create my own player and controls, then you can do whatever you want. It takes some coding, but it's all pretty minor. Check out the Flash Video Basics tutorials at CreativeCow.net.

Hi, I've got a playlist of multiple FLVs that play sequentially and I'm using a FLVPlayback component with fast-forward and rewind buttons. It all works as expected: pressing FF takes you to the next FLV and pressing REW takes you to the beginning of the current FLV. But...

How can I allow a user to rewind to past FLVs in the playlist? So if the user is watching FLV#3 and wants to go back to #2, how can I enable this?

I was thinking a listening for a double-click on the REW button, but I'm not sure if that's possible, or how to implement...?

Thanks!