Here’s a question I never thought I’d ask. I’ve been using the FLVplayback component in a very straightforward fashion, but now I want to get some playlist functionality going. Since there are ForwardButton and BackButton buttons in the FLV Playback Custom UI folder that you can very neatly tie to the FLVplayback component, I figured they would trigger a next FLV previous FLV action or something alike. They don’t seem to do that.
So here is the stupid question, when I do this:
FLVplayer.backButton = backbtn;
FLVplayer.forwardButton = forbtn;
What are those buttons supposed to do when you click them? They simply move my playhead to the start or end of the movie. I thought maybe they navigate cuepoints, but that doesn’t seem to be it either.
Am I missing something, or is that what they do and do I have to use listeners from here on to get the previous or next movie loaded?