html5 – Youtube嵌入式视频:自动播放功能在iphone中不工作

前端之家收集整理的这篇文章主要介绍了html5 – Youtube嵌入式视频:自动播放功能在iphone中不工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我有一个YouTube嵌入的视频链接在HTML5页面,我想 autoplay

下面的代码在浏览器中工作,但在iphone中;它不工作,需要一个额外的点击。

<iframe type="text/html" width="125" height="100" src="http://www.youtube.com/embed/d_g0251EfB8?autoplay=1" frameborder="0"></iframe>

该怎么办

解决方法

它不能做。由于各种原因(包括但不限于数据使用),Apple不允许视频自动播放。

the accepted answer to this question

猜你在找的HTML5相关文章