播放器代码
Xray滤镜播放器效果代码:
<embed style="FILTER: Xray(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
invert滤镜播放器效果代码:
<embed style="FILTER: invert(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" type="audio/mpeg" loop="false" autostart="false" showstatusbar="1" />
Blur滤镜播放器效果代码:
<embed style="FILTER: Blur(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
Gray滤镜播放器效果代码:
<embed style="FILTER: Gray(); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
alpha滤镜播放器效果代码:
<embed style="filter:Alpha(opacity=10,finishOpacity=100,style=2); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
Wave滤镜播放器效果代码:
<embed style="FILTER: wave(add=0,lightstrength=50,strength=4,freq=2,phrase=30); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
alpha滤镜播放器效果代码:
<embed style="FILTER: alpha(opacity=100,style=3); WIDTH: 350px; HEIGHT: 50px" src="音乐地址" width="128" height="128" type="audio/mpeg" volume="0" loop="false" autostart="false" showstatusbar="1" />
雾化效果
<TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=3, StartX=20, StartY=40, FinishX=0, FinishY=0)gray(); WIDTH: 300px; HEIGHT: 60px"><TBODY><TR><TD><EMBED src="音乐地址" width=270 height=40 type=audio/mpeg loop="false" autostart="false" panel="0"> </TD></TR></TBODY></TABLE>
阴影效果
<TABLE style="FILTER: progidXImageTransform.Microsoft.Shadow(color:#000000,direction:145,strength:80)" cellSpacing=0 cellPadding=0 align=center border=0><TBODY><TR><TD><CENTER><EMBED style="FILTER: xray()" src=地址 width=300 height=58 type=audio/x-ms-wax AUTOSTART="0" playCount="0" volume="0" showstatusbar="0" showaudiocontrols="1" showtracker="1" ShowControls="1" showpositioncontrols="0" showdisplay="0" ShowGotoBar="1" enablecontextmenu="1"></CENTER></TD></TR></TBODY></TABLE>
XImageTransform.Microsoft.Shadow(color:#000000,direction:145,strength:80)" cellSpacing=0 cellPadding=0 align=center border=0>
| |