【发布时间】:2017-12-14 20:42:55
【问题描述】:
这是我尝试嵌入的来自 metacafe.com 的视频剪辑:
<!DOCTYPE html>
<html>
<body>
<table>
<tr>
<td>
<iframe
width="720" height="405"
src="http://www.metacafe.com/embed/11600739/natasha-the-founder-of-easy-peasy-lemon-squeezy-forms-the-secrets-to-form-a-saas-application-mp4$autoStart=false"
frameborder="0" webkitAllowFullScreen mozallowfullscreen allowfullscreen>
</iframe>
</td>
</tr>
</table>
</body>
</html>
嵌入是可以的,除了页面加载后剪辑会自动开始播放。我怎样才能在这里停止自动播放?
我尝试了以下选项,但都没有奏效:
http://www.metacafe.com/embed/11600739/natasha-the-founder-of-easy-peasy-lemon-squeezy-forms-the-secrets-to-form-a-saas-application-mp4/&autoStart=false
http://www.metacafe.com/embed/11600739/natasha-the-founder-of-easy-peasy-lemon-squeezy-forms-the-secrets-to-form-a-saas-application-mp4/?autoStart=false
http://www.metacafe.com/embed/11600739/natasha-the-founder-of-easy-peasy-lemon-squeezy-forms-the-secrets-to-form-a-saas-application-mp4&autoStart=false
http://www.metacafe.com/embed/11600739/natasha-the-founder-of-easy-peasy-lemon-squeezy-forms-the-secrets-to-form-a-saas-application-mp4?autoStart=false
我也尝试在所有这些选项中使用 autoPlay 而不是 autoStart,但也没有用。
【问题讨论】:
-
谁投票赞成关闭这个问题?为什么?
-
我看不出有什么理由结束这个问题。
标签: html video html5-video autoplay