给网页上添加背景音乐,解决IE9下刷新页面不播放音乐
所属栏目:
DHTML
时间:2012-12-06 10:23
作者:
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="cache-control" content="no-store" />
</head>
<body>
<embed src="Img/bg.mp3" autostart="true" loop="-1" width="0" height="0"></embed>
</body>
以上代码在Chrome 22.0.1229.94、maxthon 2.5.18、IE 9.0.8112.16421、xp mode IE 6下通过。