Jplayer does not work on IE8

Asked

Viewed 54 times

1

I have an audio listing on a page I’m developing, in Mozilla and Chrome, IE9 and IE10 was ball show, but on IE8, it does not perform when I press the 'play button'.

Website of the Jplayer: http://jplayer.org/

Has anyone experienced this problem with functioning on IE8?

1 answer

1


  • Hello, I read that. However, I don’t remember using the <audio> element in PHP. Here’s my code: http://jsfiddle.net/felipestoker/y2vRu/

  • 2

    jPlayer uses the <audio> internally to produce the sound. It must insert the element into the document for you.

  • Ahhhh, got it =/ Is there any way to make it behave? any plugin? Like, these days I had trouble with @media CSS and found a plugin for it.

  • 1

    I believe that a perfectly acceptable solution would be to point your users to whatbrowser.org. Otherwise, you can try to manipulate Audios via flash, java applet or something related to activex. I don’t know a direct solution.

  • I will have to make a condition, if the user has IE8, it runs the flash instead of HTML5.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.