Youtube Iframe disable pause video

前端 未结 7 2120
刺人心
刺人心 2020-12-06 05:53

I need to play video on my web-page. But I need to deny control. I put \"controls=0\", but player has pause action when I click on it. Can I disable \"pause\" action in YouT

7条回答
  •  一整个雨季
    2020-12-06 06:09

    " ?controls=0 " only hide the bottom control panel in the player but while clicking on the screen play/pause will work as normal

    here are the control parameter values:

    • controls=0 – Player controls do not display in the player. For AS3 players, the Flash player loads immediately.
    • controls=1 – Player controls display in the player. For AS3 players, the Flash player loads immediately.
    • controls=2 – Player controls display in the player. For AS3 players, the Flash player loads afer the user initiates the video playback.

    check this article this is really helpful https://developers.google.com/youtube/player_parameters

提交回复
热议问题