0
當我點擊「播放」按鈕時,我無法讓我的視頻在瀏覽器中播放。我會非常感謝幫助。謝謝!html新手,無法在瀏覽器中播放視頻?
<video poster= "videoposter.jpg" width="40%" height="40%" controls= "controls">
<source src="video/phone.mp4" type='video/mp4'/>
<source src="video/phone.webm" type='video/webm; codecs"vp8, vorbis"' />
<source src="video/phone.ogv" type='video/ogv; codecs="theora, vorbis"'/>
Your browser doesn't support the video element in HTML5.
</video>
您的開發者控制檯的屏幕截圖,可能會有幫助。 – JEdot
[將Youtube視頻源顯示爲HTML5視頻標記?]可能的重複項目(http://stackoverflow.com/questions/5157377/show-youtube-video-source-into-html5-video-tag) –