Code snippet to setup flowplayer disable click stop so that the video doesn’t pause when it is clicked.
//stopping default pause action on click
onBeforePause: function()
{
console.log('stopping default pause action on click...');
return false;
},
Sam Deering
View AuthorSam Deering has 15+ years of programming and website development experience. He was a website consultant at Console, ABC News, Flight Centre, Sapient Nitro, and the QLD Government and runs a tech blog with over 1 million views per month. Currently, Sam is the Founder of Crypto News, Australia.
jQuery
Share this article