IE9 HTML5 video support

后端 未结 7 1343
盖世英雄少女心
盖世英雄少女心 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:52

    Are you trying to use this on IIS?

    If so, you have to add the appropriate mime types to recognize your video files:

    
      
        
          
          
          
        
      
        
            
        
    
    
    

    Here's some markup that works for me in IE9 (in the root folder, i have a "video" folder with my files):

    
    
        
            
            Video Demo    
        
        
            
        
    
    
    

提交回复
热议问题