0
我的html頁面中我想添加一個視頻到它,我已經嘗試多次添加和刪除此代碼中的東西。視頻標記錯誤
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
我也試過了。
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
<source src="movie.webm" type="video/webm">
Your browser does not support the video tag.
</video>
和
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
^^^^ 與不同勢格式。 我得到的錯誤是這樣的
它不會玩任何東西。 我有三重檢查,我有正確的名稱,我有我的HTML文件在同一個地方的視頻。
經歷了你所說的。但你可能對「3)」是正確的,但我將如何改變我的編解碼器 – 2014-12-07 21:28:52