Search code examples
pythondjangointernet-explorermp3jplayer

jPlayer issue for mp3 with IE : any recommendation?


I have a django website which make possible to listen mp3 files with jPlayer.

It works ok on Chrome, Firefox and Opera. Unfortunately, it doesn't work in IE9. However, it is ok when running the site locally with the django dev server.

Is there any things, i should be careful on server side. I've checked than the jPlayer.swf is on the server. Any thing else?

Any recommendation for debugging this issue?


Solution

  • A quick search reveals similar problems about jPlayer and IE9. Have you seen this q/a before?

    JPlayer issue in IE9 <--

    It could be as simple as an .htaccess fix. Gracias.