2015-12-07 85 views
0

所以我用下面的代碼WordPress的 - 自動播放的iFrame視頻關閉所需

<div class="videoWrapper"><iframe src="http://www.genericwebsitename.co.uk/wp-content/uploads/2015/11/generic-website-name-goes-in-here...mp4" width="300" height="300"></iframe></div> 

我嘗試添加自動播放= 0,自動播放嵌入視頻到我的WordPress網站=假,但似乎沒有奏效。它總是自動播放。

正如你所看到的,這不是一個YouTube鏈接,視頻文件被上傳到WordPress網站本身並通過iFrame標籤鏈接。

通過論壇看,我似乎無法找到有效的答案。

回答

1

相反iframe中使用的波紋管格式

您可以使用視頻標籤源,就像這樣:

<video width="640" height="480" controls="controls" type="video/mp4" preload="none"> 
    <source src="http://example.com/mytestfile.mp4" autostart="false"> 
    Your browser does not support the video tag. 
    </video> 
+0

方位!謝謝。 –

+0

@WillWebb如果答案有幫助,請嘗試提供加票讚賞! :) – Firefog

+0

完成:)再次哥們歡呼! –