Skip to main content

All Questions

-1 votes
1 answer
1k views

JavaScript - new Audio() throw "Not implemented" on Window 10 N on IE11 and Edge

I have a web site that plays sounds using html5 <audio> element, and it working grate on almost all environments. However on 2 of our QA machines this line of code throw an exception new Audio()...
Gil Epshtain's user avatar
  • 9,465
1 vote
0 answers
634 views

Cannot Play Audios on IE11 and Edge. Javascript Audio Object Not Implemented?

var elAudio = new Audio(audioUrl); This code works fine on my desktop's (Win10) Chrome, FireFox, Edge and IE11. The weird thing is, the exact code does not work on Windows 10 laptops and throws an ...
Meelo's user avatar
  • 21