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?
Hello, I read that. However, I don’t remember using the <audio> element in PHP. Here’s my code: http://jsfiddle.net/felipestoker/y2vRu/
– Felipe Viero Goulart
jPlayer uses the <audio> internally to produce the sound. It must insert the element into the document for you.
– Guilherme Bernal
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.
– Felipe Viero Goulart
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.
– Guilherme Bernal
I will have to make a condition, if the user has IE8, it runs the flash instead of HTML5.
– Felipe Viero Goulart