【问题标题】:How to prevent stopping the video?如何防止停止视频?
【发布时间】:2017-01-12 02:28:35
【问题描述】:

在我的网站中,我有一个带有 youtube' iframe 的脚本。

我可以阻止停止视频吗?

【问题讨论】:

  • @mplungjan 但是可以通过单击、选择带有箭头的暂停按钮并释放“Enter”键、释放“空格键”等来停止视频。
  • 是的...所以答案仍然是否定的

标签: javascript youtube


【解决方案1】:

您需要停用控件并让 iframe 不可点击:

#ytplayer {
pointer-events: none;
position: absolute;
}
<iframe id="ytplayer" type="text/html" width="640" height="390"
  src="//www.youtube.com/embed/M7lc1UVf-VE?autoplay=1&controls=0"
  frameborder="0"/>

工作小提琴:https://jsfiddle.net/WalterIT/rk593d90/

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2013-12-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多