自动播放嵌入式 Youtube 播放列表
Autoplay embedded Youtube playlist
我按照 this page 上的说明进行操作
应该自动播放的嵌入式 Youtube 播放列表是:
<iframe width="535" height="300" src="https://www.youtube.com/embed?listType=playlist&list=PL8kx4WFqlOK90fxZpao5k2WUEmSPchGhR&autoplay=1&loop=1" frameborder="0" allowfullscreen>
</iframe>
它会在到达最后一个剪辑时循环播放,但不会在页面加载时自动播放。请问有解决办法吗?谢谢
PS。我知道以前有人问过这个问题,但我找不到解决方案。
试试这个:
https://www.youtube.com/embed/videoseries?list=PLElJF-XLNL2Brb_dTiVNSe9qld1eR_Jft&autoplay=1&loop=1
Google Chrome:
由于 Google Chrome 在版本 66 中删除了 非静音 自动播放功能,您必须在该浏览器中添加参数 "mute=1" .
或者在 chrome 设置中更改自动播放策略:
我按照 this page 上的说明进行操作 应该自动播放的嵌入式 Youtube 播放列表是:
<iframe width="535" height="300" src="https://www.youtube.com/embed?listType=playlist&list=PL8kx4WFqlOK90fxZpao5k2WUEmSPchGhR&autoplay=1&loop=1" frameborder="0" allowfullscreen>
</iframe>
它会在到达最后一个剪辑时循环播放,但不会在页面加载时自动播放。请问有解决办法吗?谢谢
PS。我知道以前有人问过这个问题,但我找不到解决方案。
试试这个:
https://www.youtube.com/embed/videoseries?list=PLElJF-XLNL2Brb_dTiVNSe9qld1eR_Jft&autoplay=1&loop=1
Google Chrome:
由于 Google Chrome 在版本 66 中删除了 非静音 自动播放功能,您必须在该浏览器中添加参数 "mute=1" .
或者在 chrome 设置中更改自动播放策略: