【发布时间】:2011-12-29 19:27:13
【问题描述】:
我在 HTML5 页面中有一个嵌入 youtube 的视频链接,我想将其发送到 autoplay。
以下代码适用于浏览器,但适用于 iphone;它不起作用,需要额外的点击。
<iframe type="text/html" width="125" height="100" src="http://www.youtube.com/embed/d_g0251EfB8?autoplay=1" frameborder="0"></iframe>
做什么
【问题讨论】: