disabling play/pause in embedded video using JW player

后端 未结 3 931
滥情空心
滥情空心 2021-01-06 15:23

I am using JW (v 5.8) player to embed a video. And I want to do it so that autostart is enabled, allowing the video to start playing as soon as the page loads, the controlba

3条回答
  •  离开以前
    2021-01-06 15:45

    Ahhh yes, there used to be functionality in the player to do this (about ignoring the click) but it seems it keeps getting removed.

    Here's the solution I've just implemented that works for me, I simply plug into the onPause javascript event and start the media playing again.

        
    

提交回复
热议问题