我搜索过任何VEVO文档的高低,但似乎没有。
是否可以指示VEVO视频嵌入自动播放?
我已经猜到了几个参数如下所示。
<iframe width="575" height="324" src="http://cache.vevo.com/m/html/embed.html?video=GBA320903400" frameborder="0" autoplay="1" allowfullscreen></iframe>
答案 0 :(得分:1)
我相信这可以通过添加&#34;&amp; autoplay = 1&#34;到iframe网址。
<iframe width="575" height="324" src="http://cache.vevo.com/m/html/embed.html?video=GBA320903400&autoplay=1" frameborder="0" allowfullscreen></iframe>
答案 1 :(得分:0)
你可以iframe嵌入播放器网址,utm content none将隐藏vevo徽标并跳过播放器嵌入代码中显示的广告。
现在您需要找到自动停止启用...
<iframe width='480' height='270' src='http://www.vevo.com/watch/GBA320903400?utm_medium=embed_player&utm_content=none' frameborder='0' allowfullscreen scrolling='No'></iframe>