You can play audio files with data in Base64 in HTML 5. Of course not all browsers support this feature. I just found out that IE 11.0, the latest browser cannot. Mozilla Firefox 26.0 can and Safari 5.1.7 cannot.
Safari 5.1.7 does not even display the audio player control.
IE 11 displays the control with the error, Invalid Source.
But Mozilla plays it cool!!!
You can review the details here:
http://hodentekhelp.blogspot.com/2014/03/how-to-code-audio-file-to-run-in-html5.html
Safari 5.1.7 does not even display the audio player control.
IE 11 displays the control with the error, Invalid Source.
But Mozilla plays it cool!!!
You can review the details here:
http://hodentekhelp.blogspot.com/2014/03/how-to-code-audio-file-to-run-in-html5.html
2 comments:
Can you please give some websites where IE11 cannot play the audio?
Thanks.
Try the example mentioned in the following:
http://stackoverflow.com/questions/22327040/the-defference-between-html5s-object-tag-and-audio-tag-when-using-data-url/22369158#22369158
Post a Comment