IE9 HTML5 video support

后端 未结 7 1348
盖世英雄少女心
盖世英雄少女心 2020-12-02 00:19

I\'m having some trouble displaying HTML5 video in IE9, I added the different types to my htaccess

AddType video/ogg .ogv
AddType video/mp4 .mp4
AddType vide         


        
7条回答
  •  一整个雨季
    2020-12-02 00:55

    Please be aware that for IE9, the video source must be given in the 'src' attribute of the video tag itself.

    I suggest that you detect IE9 specifically and add that property to the video tag. You need to do it specifically for IE9 because Firefox on OSX won't accept the MP4 video file in src tag.

    Hope it helps!

提交回复
热议问题