现在有自己blog的人越来越多了大家也都想在自己的blog上勾画出自己的特色比如个性的首页个性的介绍以及向大家推荐自己喜欢的音乐等为了给大家也给自己提供方便整理了一些流行格式的在线播放代码以备添加之用 【文中的一些标号的说明】 FilenamewithfullURL——待播放文件的文件名前面带上绝对路径或者本站的相对路径 width_num——指定一个作为宽度的数字 height_num——指定一个作为高度的数字 mid <embedsrc=FilenamewithfullURLtype=audio/midihidden=false autostart=trueloop=trueheight=height_numwidth=width_num></embed> mp <embedcontroller=truewidth=width_numheight=height_num src=FilenamewithfullURLborder= pluginspage=></embed> avi <embedsrc=FilenamewithfullURLborder=width=width_num height=height_numtype=application/xmplayer></embed> flash <embedsrc=FilenamewithfullURLpluginspage= /shockwave/download/indexcgi?P_Prod_Version=ShockwaveFlashtype=application/xshockwaveflashwidth=width_numheight=height_numplay=trueloop=true quality=highscale=showallmenu=true></embed> mpg <embedsrc=FilenamewithfullURLborder=width=width_num height=height_numtype=application/xmplayer></embed> mov <embedcontroller=truewidth=width_numheight=height_num src=FilenamewithfullURLborder=pluginspage= quicktime/download/l></embed> rm <OBJECT>height=height_num> <PARAMNAME=CONTROLSVALUE=ImageWindow> <PARAMNAME=AUTOSTARTValue=true> <PARAMNAME=SRCVALUE=FilenamewithfullURL> <embedheight=height_numwidth=width_numcontrols=ImageWindow src=FilenamewithfullURLtype=audio/xpnrealaudiopluginautostart=truenolabels=autogotourl=></OBJECT> 上面的都是使用播放器的如果只是想播放背景音乐的话可以使用如下简单语句 <bgsoundsrc=FilenamewithfullURL>loop=> loop后面是循环的次数代表无限循环 |