HTML5 - mp4 video does not play in IE9

前端 未结 13 2136
一生所求
一生所求 2020-11-27 05:08

I have an mp4 video that I want to play in IE9 using HTML5 tag. I added the MIME type to IIS 7 so if I browse http://localhost/video.mp4

13条回答
  •  粉色の甜心
    2020-11-27 05:26

    for IE9 I found that a meta tag was required to set the mode

    
    
    
    

提交回复
热议问题