blink_2025_08

Flowplayer Disable Pause

Sam Deering
Sam Deering
Published in

Share this article

SitePoint Premium
Stay Relevant and Grow Your Career in Tech
  • Premium Results
  • Publish articles on SitePoint
  • Daily curated jobs
  • Learning Paths
  • Discounts to dev tools
Start Free Trial

7 Day Free Trial. Cancel Anytime.

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;
},
© 2000 – 2025 SitePoint Pty. Ltd.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.