-
Hi.
I need visitors to my site to watch the video from start to finish.
It is necessary that progressbar was displayed, but it was impossible to do rewind.
A button that rewinds for 10 seconds to work.I started reading the api, but I’m not that good at javascript.
This is what i wrote:
jQuery(document).ready(function ($) { $('.flowplayer').bind('seek', function() { alert('seek'); } ); });
I found how to call my popup at the end of the video. But now you need to deactivate the click on progressbar.
Thanks for help.
I love your plugin.