1。首先我们可以为黑色播放器加上一个边缘(中间绿底的部分为原黑色播放器代码)
代码:
<*TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing=0 cellPadding=0 bgColor=#00000><*TBODY><*TR><*TD><*TABLE borderColor=#000000 border=1><*TBODY><*TR><*TD><*EMBED style="FILTER: Xray" src=http://www.fqyy.com/upload/fqyy.mp3 width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"><*/TD><*/TR><*/TBODY><*/TABLE><*/TD><*/TR><*/TBODY><*/TABLE>
2。当然也可以为蓝色播放器加上粉色边缘(中间粉底部分为原蓝色播放器代码)
代码:
<*TABLE style="BORDER-RIGHT: #ff69b4 3px dotted; BORDER-TOP: #ff69b4 3px dotted; BORDER-LEFT: #ff69b4 3px dotted; BORDER-BOTTOM: #ff69b4 3px dotted" cellSpacing=0 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)"><*EMBED src=http://www.fqyy.com/upload/fqyy.mp3 width=300 height=45 type=audio/mpeg volume="0" autostart="true" loop="-1"><*/TD><*/TR><*/TBODY><*/TABLE><*/TD><*/TR><*/TBODY><*/TABLE>
3.还可以将播放器置于一个单独的表格里,并加上表格的透明特效,播放器上的花纹就是表格的底图(中间紫底部分的为原蓝色播放器代码)。
代码:
<*TABLE borderColor=#4f3256 align=center background=http://www.fqyy.com/bbs/attachments/004_d1bYjCbsGdda.gif border=1><*TBODY><*TR><*TD style="FILTER: alpha (opacity=50,style=3)"><*EMBED src=歌曲地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"><*/TD><*/TR><*/TBODY><*/TABLE>
4。还可以利用动态的GIF背景做成动态播放器
代码:
<*TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=http://www.yhbbs.com/UploadFile/2004-12/2004123023101352.gif border=2><*TBODY><*TR><*TD><*TABLE align=center border=0><*TBODY><*TR><*TD style="FILTER: alpha (opacity=60,style=3)"><*EMBED style="FILTER: Gray" src=歌曲地址 width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"><*/TD><*/TR><*/TBODY><*/TABLE><*/TD><*/TR><*/TBODY><*/TABLE>
5。甚至还可以将动态背景只在播放器底部运行(中间棕底字体为原灰色播放器代码)
代码:
<*TABLE height=40 cellSpacing=0 cellPadding=0 width=300 background=http://www.fqyy.com/bbs/attachments/002_bSzNm8eUtndf.gif border=1><*TBODY><*TR><*TD><*TABLE style="FILTER: Chroma (Color='#000000')" height=40 cellSpacing=0 cellPadding=0 width=300 border=0><*TBODY><*TR><*TD><*EMBED style="FILTER: Gray" src=歌曲地址 width=300 height=40 type=audio/mpeg loop="-1" autostart="false" volume="0"><*/TD><*/TR><*/TBODY><*/TABLE><*/TD><*/TR><*/TBODY><*/TABLE>