JPlayer issue in IE9

后端 未结 5 1810
广开言路
广开言路 2021-02-10 15:13

i think there is a problem in jquery.jplayer.min.js file which one i am using.

My jplayer is not working in only IE9.

its working in all other browser.

5条回答
  •  自闭症患者
    2021-02-10 15:27

    In this thread Mark P. notes that you must have MIME types set properly. Try putting this in your .htaccess:

    AddType video/mp4 mp4
    AddType video/mp4 m4v
    

    More here: http://www.jplayer.org/latest/developer-guide/#jPlayer-server-response

提交回复
热议问题