How to get the message for audio that browser is not supported
I am using html5 audio. I have defined the audio tag from the below link.
when you open the below link in safari it will show the message browser is
not supported and when you open the link in ie it is showing differently.
I want the same message for ie also
http://jsfiddle.net/WMSsh/?
i have defined the code in html as
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
No comments:
Post a Comment