IE不支持HTML5背景音频

Ras*_*tra 1 javascript html5 background-music audio-player html5-audio

我在我的网站www.missduniya.com上添加了一个html5音频标签来播放背景音乐,它适用于所有主流浏览器,但它不适用于IE.

这是我的代码

<audio controls="CONTROLS" autoplay="autoplay" style="display:none;">
<source src="destination.ogg" type="audio/ogg">
<source src="destination.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Run Code Online (Sandbox Code Playgroud)

请通过提供解决方案来帮助我:)谢谢

Dor*_*hen 5

我认为你的问题是你没有使用IE9.

Internet Explorer 6,7和8不完全支持HTML5

请看下表:http: //www.deepbluesky.com/blog/-/browser-support-for-css3-and-html5_72/

主要是这个:

Internet Explorer 6,7和8 在此输入图像描述