2011-02-15 26 views
1

我已經從我的硬盤中包含一個視頻(使用html 5)到一個html文件(稱爲Empty.html)。我將這個文件(Empty.html)加載到另一個html文件的框架中。但是,當我點擊瀏覽器中的播放按鈕(chrome)時,視頻跳轉到瀏覽器中的新位置(最左邊的鉻)並播放。如何避免視頻跳轉到使用html 5設計的網頁中的新位置?

我附上下面的截圖。有人可以幫我解決這個問題嗎?

下面的代碼是由我所使用的一個用於插入視頻

<video poster="images/vlcsnap-00001.jpg" height="240" width="320" draggable="false" 
controls="controls"> 
<source type="video/mp4" src="videos/How nuclear energy works(360p_H.264-AAC).mp4"/> 
</video> 

Before clicking the play button in the browser

After clicking the play button in the browser

回答

2

這似乎是在瀏覽器的錯誤。我會推薦reporting a bug to the Chromium project,包括一個最小的示例文件(或多個文件)來說明問題。

+0

感謝Brian的建議! – Jeeka 2011-02-17 05:32:06