【发布时间】:2015-04-11 18:23:10
【问题描述】:
你可以制作一个 Youtube 视频,它会自动运行?
我使用了自动播放 = 1,但不起作用
该视频适用于 Android 应用
视频中的代码是:
<div class="demo-wrapper" data-role="page" id="tutoPage" style="margin-top: 0px;">
<div class="header" data-role="header">
<span class="title">Tutorial</span>
</div>
<div class="content" data-role="content">
<iframe id="bgvid" src="https://www.youtube.com/embed/*****?rel=0&autoplay=1" ></iframe>
<div id="tutorial" >
<a id='tuto' href='#initPage' >continuar</a>
</div>
</div>
</div>
【问题讨论】:
标签: android iframe youtube embed autoplay