背景音乐代码
2011 年 10 月 14 日 背景音乐代码有1条评论
- wmp 代码(不能自动重复)
<OBJECT id=videowindow1 height=185 width=179 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="URL" VALUE="http://xdty.info/mp3/1.wma"><PARAM NAME="playCount" VALUE="infinite"><PARAM NAME="autoStart" VALUE="1"><PARAM NAME="volume" VALUE="50"><PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="1"></OBJECT>
- 无播放器,自动播放自动循环不支持火狐
<BGSOUND src=http://xdty.info/mp3/1.mp3 loop="infinite" autostart="ture">
- flash播放器
<embed src="http://xdty.info/music_player.swf" flashvars="mp3=http://xdty.info/mp3/1.mp3&autoplay=1" height="20" width="160" wmode="transparent" type="application/x- shockwave-flash"/>
- wpaudio播放器,需要wpaudio插件
[wpaudio url="http://xdty.info/mp3/1.mp3" text="林俊杰-一千年以后" autoplay="1" dl="0"]
- 1Bit播放器,需要插件
<a href="http://xdty.info/mp3/1.mp3" title="一千年以后"></a>
评论:1