引用:
以下播放器,在发贴子时直接复制代码,将音乐地址一换就可以用了!这都是手动播放,如果要自动,请看8楼的说明!
autostart=是否自动播放 center=置中 loop=2 表示重复两次,true 是, false 否。
如果要隐藏播放器,把width和height的数值改成0或者1就可以了
手动播放器
<EMBED src=歌曲地址 hidden==false type=audio/x-ms-wma LOOP="false" AUTOSTART="false"></EMBED>
普通无特效播放器
<EMBED src=歌曲地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"></EMBED>
黑色播放器
<EMBED style="FILTER: Xray" src=http://cherry.jazzsky.com/LIU/all_about_you.wma width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"></EMBED>
灰色播放器
<EMBED style="FILTER: Gray" src=http://cherry.jazzsky.com/LIU/all_about_you.wma width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"></EMBED>
咖啡色播放器
<EMBED style="FILTER: Invert" src=http://cherry.jazzsky.com/LIU/all_about_you.wma width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"></EMBED>
信息在下部播放器
<EMBED style="BORDER-RIGHT: black 1px ridge; BORDER-TOP: black 1px ridge; FILTER: 99999(); BORDER-LEFT: black 1px ridge; BORDER-BOTTOM: black 1px ridge" src="音乐地址.wma" width=300 height=45 loop="-1" volume="0" showstatusbar="1">
隐藏按键播放器
<EMBED src="音乐地址.mp3" width=300 height=23 charset=iso-8859-1" PlayCount="0" AUTOSTART="1" SHOWGOTOBAR="1" SHOWDISPLAY="1" SHOWSTATUSBAR="1" SHOWCONTROLS="1">
rm或mid格式播放器
<EMBED src=音乐地址.rm width=300 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="0">
rm式播放器
<embed src=音乐地址.rm type=audio/x-pn-realaudio-plugin console=Clip1 controls=ControlPanel,StatusBar height=55 width=300 autostart=0></embed>
代碼如下:
<TABLE style="BORDER-RIGHT:green 3px dotted; BORDER-TOP:green 3px dotted; BORDER-LEFT:green 3px dotted; BORDER-BOTTOM:green 3px dotted" cellSpacing=0 cellPadding=0 bgColor=white background=http://............/........jpg>
<TBODY>
<TR>
<TD>
<TABLE style="BORDER-RIGHT:#ff69b4 3px dashed; BORDER-TOP:#ff694 3px dashed; BORDER-LEFT:#FF69b4 3px dashed; BORDER-BOTTOM:#ff69b4 3px dashed" cellSpacing=0 cellPadding=0 bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE style="BORDER-RIGHT:#ff69b4 3px dotted; BORDER-TOP:#ff69b4 3px dotted; BORDER-LEFT:#ff69b4 3px dotted; BORDER-BOTTOM:#ff69b4 3px dotted" cellSpacing=2 cellPadding=0 bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#ff69b4 align=center bgColor=#ffccf5 border=2>
<TBODY>
<TR>
<TD style="FILTER:alpha(opacity=100,style=3)">
<P align=center><EMBED src=http://.............../............./..wma width=300 height=45 type=audio/mpeg loop="-1" autostart="0" volume="0"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
代碼如下:
<TABLE style="BORDER-RIGHT:#808000 4px dotted; BORDER-TOP:#808000 4px dotted; BORDER-LEFT:#808000 4px dotted; BORDER-BOTTOM:#808000 4px dotted" cellSpacing=0 cellPadding=0 align=center bgColor=#808000>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#808000 align=center bgColor=#808000 border=2>
<TBODY>
<TR>
<TD style="FILTER:alpha(opacity=100,style=3)">
<P align=center><EMBED src=http://........./.......asx width=300 height=40 type=audio/mpeg volume="0" autostart="0" loop="-1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
代碼如下:
<TABLE style="BORDER-RIGHT:#ff99ff 6px dashed; BORDER-TOP:#ff99ff 6px dashed; BORDER-LEFT:#ff99ff 6px dashed; BORDER-BOTTOM:#ff99ff 6px dashed" cellSpacing=0 cellPadding=0 bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#ff69b4 align=center boColor=#ffccf5 border=2>
<TBODY>
<TR>
<TD style="FILTER:alpha(opacity=100,style=3)">
<P align=center><EMBED src=http://......../..../.wma width=300 height=45 type=audio/mpeg volume="0" autostart="0" loop"-1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
說明:以上3個,顏色(如#ff99ff等),齒大小(如4px,6px等)可以任意調節.
[
本帖最后由 heixr-006 于 2007-2-23 15:57 编辑 ]