html 修复Google Chrome自动播放政策。 https://goo.gl/xX8pDD

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 修复Google Chrome自动播放政策。 https://goo.gl/xX8pDD相关的知识,希望对你有一定的参考价值。

<!-- Fix iframe autoplay prevention by Google Chrome.  Every iframe that embeds a player has to have allow="autoplay; fullscreen" attribute in order to enable autoplay again. Note: if one of the iframes that embed the player do not have the autoplay attribute, it won't work.-->

<iframe
  width="640"
  height="360"
  src="http://www.mydomain.com/embedded-player.html"
  style="border:none;"
  scrolling="no"
  frameborder="0"
  allowfullscreen
  allow="autoplay; fullscreen"></iframe>

以上是关于html 修复Google Chrome自动播放政策。 https://goo.gl/xX8pDD的主要内容,如果未能解决你的问题,请参考以下文章

用于数字标牌的 Chrome 中的 HTML5 视频自动播放

为啥google chrome看影片是只有声音没画面?

如何在版本 66 或更高版本的 Google Chrome 自助服务终端应用中允许视频自动播放

Chrome 66 新的自动播放策略会影响音频标签吗?

我是苹果电脑Mac系统,用Google chrome浏览器,突然不能播放网上的视频,显示连接失败,要怎么办

为啥每次打开chrome浏览器的时候, 会有背景音乐自动播放. 若是关闭再打开就好了