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>
感謝Brian的建議! – Jeeka 2011-02-17 05:32:06