現在有自己blog的人越來越多了大家也都想在自己的blog上勾畫出自己的特色比如個性的首頁個性的介紹以及向大家推薦自己喜歡的音樂等為了給大家也給自己提供方便整理了一些流行格式的在線播放代碼以備添加之用
【文中的一些標號的說明】
Filename with full URL——待播放文件的文件名前面帶上絕對路徑或者本站的相對路徑
width_num——指定一個作為寬度的數字
height_num——指定一個作為高度的數字
mid
<embed src=Filename with full URL type=audio/midi hidden=false
autostart=true loop=true height=height_num width=width_num></embed>
mp
<embed controller=true width=width_num height=height_num
src=Filename with full URL border=
pluginspage=></embed>
avi
<embed src=Filename with full URL border= width=width_num
height=height_num type=application/xmplayer></embed>
flash
<embed src=Filename with full URL pluginspage=
/shockwave/download/indexcgi?P_Prod_Version=ShockwaveFlash type=application/xshockwaveflash width=width_num height=height_num play=true loop=true
quality=high scale=showall menu=true></embed>
mpg
<embed src=Filename with full URL border= width=width_num
height=height_num type=application/xmplayer></embed>
mov
<embed controller=true width=width_num height=height_num
src=Filename with full URL border= pluginspage=
quicktime/download/l></embed>
rm
<OBJECT> height=height_num>
<PARAM NAME=CONTROLS VALUE=ImageWindow>
<PARAM NAME=AUTOSTART Value=true>
<PARAM NAME=SRC VALUE=Filename with full URL>
<embed height=height_num width=width_num controls=ImageWindow
src=Filename with full URL type=audio/xpnrealaudioplugin autostart=true nolabels= autogotourl=></OBJECT>
上面的都是使用播放器的如果只是想播放背景音樂的話可以使用如下簡單語句
<bgsound src=Filename with full URL> loop=>
loop後面是循環的次數代表無限循環
From:http://tw.wingwit.com/Article/program/Java/Javascript/201311/25444.html