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

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -