2010-12-04 375 views
3

我想播放使用html5視頻標籤的mp4視頻。但在FF3.6中,它只是顯示出一個帶有十字標誌的黑色窗口。它在Chrome中播放。html5 mp4視頻播放器

我可以發揮在Windows媒體播放器,視頻(即安裝所需的編解碼器)

我怎樣才能在FF播放視頻嗎?

<video id="video1" width="200" height="200" controls="true"> 
     <source src="video1.mp4" type='video/mp4; codecs="avc1.64001E, mp4a.40.2"' /> 
     Your browser does not support mp4 videos 
    </video> 

回答

3

由於許可原因,firefox本身不支持大多數MPEG4。您可以將視頻保存爲幾種不同的類型,並使用canPlayType(type)方法。

更多在這裏: http://wiki.whatwg.org/wiki/Video_type_parameters http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#dom-navigator-canplaytype