2012-11-07 16:11:49
有人在網(wǎng)上發(fā)帖問友博網(wǎng)絡(luò),如何在網(wǎng)頁中插入背景音樂,現(xiàn)在將幾種方法列舉如下:
將這段代碼插入到您的<head></head>之間
當(dāng)您打開網(wǎng)站時(shí)即可聽到背景音樂:
<bgsound src=china.mid loop="-1">
這種當(dāng)網(wǎng)頁最小化之后,音樂會(huì)消失
網(wǎng)頁背景音樂的代碼:
<embed src="http://XXX.com/XXX.mp3" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed>
1.mid表示音效文件
<embed src="1.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1" height="1"></embed>
上面的網(wǎng)頁背景音樂代碼可以加入FLASH動(dòng)畫的絕對(duì)地址(或相對(duì)地址)
<embed width=1 height=1 autostart="true" loop="true" controls=PlayButton console=clip1 nolabels=true type="audio/x-pn-realaudio-plugin" src="1.ram"> </embed>
ram格式的音樂文件專用網(wǎng)頁背景音樂代碼:
<embed src="1.mid" align="center" border="0" width="1" height="1" width="100" autostart="true" loop="true">
指定播放器的大?。╳idth、heigh)、是否自動(dòng)(autostart標(biāo)記)、是否循環(huán)播放(loop標(biāo)記),而瀏覽者則可以自主地決定是否播放音樂。
此代碼可以當(dāng)作網(wǎng)頁中插入FLASH動(dòng)畫的代碼用。只要把1.mid替換為FLASH動(dòng)畫的相對(duì)地址或決對(duì)地址就OK了。
<embed src="1.mp3" align="center" border="0" width="1" height="1" width="100" autostart="true" loop="true">
此代碼可以加mp3形式的音樂為網(wǎng)頁背景音樂
<EMBED src="http://XXX.com/XXX.mp3" width="0" height="0" border=0 autostart="ture" loop="ture"></EMBED>
1.mid表示音效文件
<bgsound src="1.mid" loop=3>
表示將1.mid音效文件插入到頁面為背景音樂,并循環(huán)播放3次。
<embed src="1.mid" hidden="true">
1.mid表示音效文件
<bgsound src="1.mid" loop="infinte">
1.mid表示音效文件
<embed src="1.mid" hidden="true" loop="true">
1.mid表示音效文件
<bgsound src=1.mid loop="-1">
1.mid表示音效文件