1、網(wǎng)頁中插入背景音樂代碼
網(wǎng)頁中加入音樂代碼是放在<body>與</body>之間的。代碼:
<embed src="音樂名及路徑" autostart="true" loop="true" width="數(shù)值" height="數(shù)值"></embed>
說明:
數(shù)值在網(wǎng)頁中一般設(shè)置為0
<embed>......</embed>是在頁面中加入聲音的標(biāo)記。
src= 表示指向音樂文件的全名及路徑。
2、各種格式的音樂的插入
(1).mid音樂格式
<embed src="音樂文件和地址" type="audio/midi" hidden="false" autostart="true" loop="true" height="height_num" width="width_num"></embed>
(2).mp3音樂格式
<embed controller="true" width="width_num" height="height_num" src="音樂文件和地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>
(3).avi音樂格式
<embed src="音樂文件和地址" border="0" height="height_num" width="width_num" type="application/x-mplayer2"></embed>
(4).mpg音樂格式
<embed src="音樂文件和地址" border="0" height="height_num" width="width_num" type="application/x-mplayer2"></embed>
(5).mov音樂格式
<embed controller="true" width="width_num" height="height_num" src="音樂文件和地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>
(6).rm音樂格式
<OBJECT height="height_num">
<PARAM NAME="CONTROLS" VALUE="ImageWindow">
<PARAM NAME="AUTOSTART" Value="true">
<PARAM NAME="src" VALUE="音樂文件和地址">
<embed height="height_num" width="width_num" controls="ImageWindow" src="音樂文件和地址" type="audio/x-pn-reslaudio-plugin" autostart="true" nolabels="0" autogotourl="-1"></OBJECT>
上面的都是使用播放器的,如果只是想播放背景音樂的話可以使用如下簡單語句:
<bgsound src="Filename with full URL" loop=1>
loop后面是循環(huán)的次數(shù),-1代表無限循環(huán)。
聯(lián)系客服