2008-05-22 | 东方博客2.0版本的背景音乐代码
(一)不显示播放器代码
<html>
</style>
</html>
<DIV style="RIGHT: 200px; POSITION: absolute; TOP: 100px">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD <DIV></DIV>
<P>
<OBJECT id=tt90play type=application/x-oleobject height=0 standby="Loading Windows Media Player components..." width=0 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="URL" VALUE="http://www.yzms.cn/movie/2005g3txh.wmv"><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="99"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="100"><PARAM NAME="mute" VALUE="0"><PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="enableContextMenu" VALUE="0"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""><PARAM NAME="enableErrorDialogs" VALUE="0"><PARAM NAME="_cx" VALUE="4763"><PARAM NAME="_cy" VALUE="4763"></OBJECT><BR><FONT color=#ffffff>
<DIV></DIV></FONT><DIV></DIV>
</TD></TR></TBODY></TABLE></DIV>
说明:本代码由于本系统还未稳定在改进中,有可能过段时间就不能用了。请博友们先用着。
添加在系统设置里面的皮肤CSS定义栏就OK!(如下图)

1、红色的是定位代码修改位置,就改数据.
2、蓝色是歌曲地址。可以换成自己喜欢的歌曲。
3、绿色是播放器的高和宽的数据。为0是不显示。(建议使用0)
4、翻页不复音,你只需要在你打的页面轻轻按下“ESC”键就搞定
(二)显示在右顶端的播放器.
<html>
</style>
</html>
<DIV style="RIGHT: 215px; POSITION: absolute; TOP: 2px">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD <DIV></DIV>
<P>
<OBJECT id=tt90play type=application/x-oleobject height=25 standby="Loading Windows Media Player components..." width=200 classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6><PARAM NAME="URL" VALUE="http://www.yzms.cn/movie/2005g3txh.wmv"><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="99"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="volume" VALUE="100"><PARAM NAME="mute" VALUE="0"><PARAM NAME="uiMode" VALUE="full"><PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="enableContextMenu" VALUE="0"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""><PARAM NAME="enableErrorDialogs" VALUE="0"><PARAM NAME="_cx" VALUE="4763"><PARAM NAME="_cy" VALUE="4763"></OBJECT><BR><FONT color=#ffffff>
<DIV></DIV></FONT><DIV></DIV>
</TD></TR></TBODY></TABLE></DIV>
添加同上.、



评论