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的主要内容,如果未能解决你的问题,请参考以下文章