自动播放Youtube视频 - iframe

时间:2015-02-11 11:36:31

标签: android iframe youtube embed autoplay

你可以制作Youtube视频,它会自动运行吗?

我使用了autoplay = 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>  

2 个答案:

答案 0 :(得分:1)

;替换为autoplay=1&

编辑:自动播放功能不适用于网页视图。您必须使用youtube api来实现这一目标。

答案 1 :(得分:0)

使用这样的网址:

https://www.youtube.com/embed/*******?rel=0&autoplay=1