I am trying to play an array of mp3 sound. I have an audio file in my html and get it using document.CreateElement()
in my JavaScript.
When I try to set
HTML5 Audio not playing in IE (recent versions)?
It could be a compatibility view issue (quirks mode)
It could be caused by running IE on a server
It could be caused by running IE on a Windows 8.1 Enterprise version such as "8.1 N".
Also you can go to html5test.com and look in the audio section at the "MP3 support".
I was working in a windows server and I had the same problem playing MP3 audios in internet explorer.
The only solution I found was installing the "Desktop Experience Feature" in my server.
Start -> Search for "Server manager" -> Features -> Add features -> Select "Desktop experience" -> Next and Install
Once installation is completed, you need to restart the computer and then the feature gets enabled.