c# - How to play wav file in IE 10/11 -


i want play .wav file in ie 10/11. have tried playing .wav files in ie 10/11 not work properly.

i looking specificaly .wav file support in ie 10 /11 , other ie versions.

what trying?

<embed src="themesong.wav" hidden="true" autostart="true" loop="1">  

for automatic

and

<a href="clicknoise.wav">play sound</a> 

for click should work.


Comments

Popular posts from this blog

mysql - FireDac error 314 - but DLLs are in program directory -

git - How to list all releases of public repository with GitHub API V3 -

c++ - Getting C2512 "no default constructor" for `ClassA` error on the first parentheses of constructor for `ClassB`? -