I've noticed other implementations of flvplayer seem to be a bit more friendly. For example, in WordPress, the control bar is present BELOW the video (instead of in the middle of the screen), and when the video ends, it goes back to the beginning so the user can just click it again (instead of just stopping at the end, where clicking doesn't do anything - the user has to actually rewind the video).
Is there a place within ZP where one is allowed to configure the flvplayer?
For example, I noticed on the JW FLV site, you can choose where the controls go. I did not, however, see a parameter that controls what happens at the end of the movie. Am I missing something?
Thanks!
Comments
Of course there are more parameters even for v3 than we included but we did not want to overload it. You can always customize the configuration to your liking — you probably guessed it — in the plugin directly.
unfortunately, at the end of a video, it stays on the last frame instead of going back to the thumbnail. strangely, when I coded v4 in myself, it goes back to the thumbnail when it's done playing.
the current set up is still better than the old one (which had to be rewound, which is terrible), but it means that the page looks pretty bad after the video has been played. any bright ideas about how to make it go back to the thumbnail (i.e., appear to rewind)?
oh... and do you know if there's a way to embed a caption into the video like there is with photos?
Re: caption: There is an option available on the setup wizard: http://www.longtailvideo.com/support/jw-player-setup-wizard
But there is none in the wiki of the flv flashwars: http://developer.longtailvideo.com/trac/wiki/FlashVars
thanks again!