麻烦在IE中呈现Html5视频

时间:2012-12-04 22:05:05

标签: html5 internet-explorer-9 html5-video

有谁能告诉我为什么以下网站的“MockUps”部分下的视频会在Chrome中运行但不在IE9中运行?

我使用html5来实现视频

http://homepages.shu.ac.uk/~a8025613/Index.html

视频元素的编码如下:

<video id=0 controls width=320 height=240>
<source src="House_1/House_1.ogv" type='video/ogg; codecs="theora, vorbis"'/>
<source src="House_1/House_1.webm" type='video/webm' >
<source src="House_1/House_1.mp4" type='video/mp4'>
<p>Video is not visible, most likely your browser does not support HTML5 video</p>
</video>

0 个答案:

没有答案