FWQ
给网站加上背景音乐的方法
网站中加上以下代码就可以了 <bgsound src=”/002.mp3″ autostart=”true” loop=”-1″/> 一下是bgsound 属性的详解: bgsound 是用以插入背景音乐,但只适用于 IE,在netscape 和 firefox 中并不适用,其参数设定很少。如下 <bgsound src=”bjyy.mp3″ autostart=true loop=infinite> src=”bjyy.mp3″ 设定 背景音乐 文件及路径,可以是相对路径或绝对路径。(不能播放播放列表文件) autostart=true…