Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

Invalid Source in IE11 for WAV file

$
0
0

I am creating a web page that has a wav file that is supposed to play automatically.  It works in all other browsers except Internet Explorer.  

Here is my code

<div class="fluid audio">
  <audio controls autoplay loop >
    <source src="file name.wav" type="audio/wav"></source>
  </audio>

Is there a solution to get this to play?


Viewing all articles
Browse latest Browse all 3527

Trending Articles