iFrame保持自动播放

时间:2014-07-16 15:28:38

标签: iframe embed autoplay

我已经嵌入了视频,每次页面加载视频时都会自动播放。我曾尝试添加?autoplay = false但它没有效果。有谁知道如何阻止这个视频自动播放?

<script src='http://cnpg.comparenetworks.com/Media/29/Js/z.webinarAnalytics.js' type='text/javascript'></script><iframe width='985' height='675' frameborder='0' scrolling='no' marginheight='0' marginwidth='0' src='http://cnpg.comparenetworks.com/164137-Large-scale-Computational-and-Empirical-Annotation-of-the-Medicago-truncatula-Metabolome/'></iframe>

1 个答案:

答案 0 :(得分:0)

我最终搞清楚了,下面是嵌入代码。我必须添加的是?autostart = false。

<embed src="http://cnpg.comparenetworks.com/164137-Large-scale-Computational-and-Empirical-Annotation-of-the-Medicago-truncatula-Metabolome/?autoStart=false" width="592.5" height="437.5" marginheight="0" scrollbar="no" marginwidth="0"></embed>