黑色:<EMBED style="FILTER: Xray" src=http://地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0">
灰色:<EMBED style="FILTER: Gray" src=地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0">
<EMBED style="FILTER: Invert" src=http://地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0">

<EMBED src=http://地址 width=200 height=30 type=audio/x-pn-realaudio-plugin autostart="0" controls="ControlPanel">
<EMBED style="FILTER: xray()" src=http://地址 width=300 height=50 type=audio/mpeg Pausini--Volevo Dirti Che Ti Amo.WMA Louie.mp3 louie.mp3 ShowStatusBar="1" volume="0" autostart="true" loop="-1" 32-01.wma Path Winding The - Kern>

<EMBED style="FILTER: invert()" src=音乐连接地址 width=300 height=50 type=audio/mpeg Pausini--Volevo Dirti Che Ti Amo.WMA Louie.mp3 louie.mp3 ShowStatusBar="1" volume="0" autostart="true" loop="-1" 32-01.wma Path Winding The - Kern>
<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 align=center border=1><TBODY><TR><TD><P align=center><EMBED style="FILTER: Xray" src=http://cherry.jazzsky.com/LIU/all_about_you.wma width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="- 1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
<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 align=center 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=歌曲地址 width=300 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
下面还有几款,效果如下图,引用代码从上到下分别为
<EMBED STYLE="filter: wave(Add="0", Phase="4", Freq="5", LightStrength="5", Strength="2")" src=音乐地址 width=399 height=45 type=audio/mpeg loop="1" autostart="true" border="0">
<EMBED STYLE="filter:Blur(Add="1",Direction="45",Strength="5")" src=音乐地址 width=399 height=45 type=audio/mpeg loop="1" autostart="true" border="0">
<EMBED STYLE="filter:FlipH" src=音乐地址 width=399 height=45 type=audio/mpeg loop="1" autostart="true" border="0">
<EMBED STYLE="filter:FlipV" src=音乐地址 width=399 height=45 type=audio/mpeg loop="1" autostart="true" border="0">
<embed style="FILTER: alpha(opacity=100,style=3)" width=300 height=29 src=音乐地址 type=audio/mpeg loop="1" autostart="true" border="0"></embed>
如果想让播放器宽度与涂鸦版相同,可令width=399
这些播放器都是用CSS滤镜实现的,滤镜还有好多,我只是列举了其中几个,另外这些滤镜特效也可以用在文字和图片上,不同参数的搭配会有不同的效果,看大家的想象力了
一些常用滤镜说明如下
语法:STYLE="filter:filtername(fparameter1, fparameter2...)"
(Filtername为滤镜的名称,fparameter1、fparameter2等是滤镜的参数)
滤镜说明:
Alpha:设置透明层次
blur:创建高速度移动效果,即模糊效果
Chroma:制作专用颜色透明
DropShadow:创建对象的固定影子
FlipH:创建水平镜像图片
FlipV:创建垂直镜像图片
glow:加光辉在附近对象的边外
gray:把图片灰度化
invert:反色
light:创建光源在对象上
mask:创建透明掩膜在对象上
shadow:创建偏移固定影子
wave:波纹效果
Xray:使对象变得像被x光照射一样
1、滤镜:Alpha
语法:STYLE="filter:Alpha(Opacity=opacity, FinishOpacity=finishopacity,Style=style, StartX=startX,StartY=startY,FinishX=finishX,FinishY=finishY)"
说明:
Opacity:起始值,取值为0~100, 0为透明,100为原图。
FinishOpacity:目标值。
Style:1或2或3
StartX:任意值
StartY:任意值
例子:filter:Alpha(Opacity="0",FinishOpacity="75",Style="2")
2、滤镜:blur
语法:STYLE="filter:Blur(Add = add, Direction = direction, Strength = strength)"
说明:
Add:一般为1,或0。
Direction:角度,0~315度,步长为45度。
Strength:效果增长的数值,一般5即可。
例子:filter:Blur(Add="1",Direction="45",Strength="5")
3、滤镜:Chroma
语法:STYLE="filter:Chroma(Color = color)"
说明:color:#rrggbb格式,任意。
例子:filter:Chroma(Color="#FFFFFF")
4、滤镜:DropShadow
语法:STYLE="filter:DropShadow(Color=color, OffX=offX, OffY=offY, Positive=positive)"
说明:Color:#rrggbb格式,任意。
Offx:X轴偏离值。
Offy:Y轴偏离值。
Positive:1或0。
例子:filter:DropShadow(Color="#6699CC",OffX="5",OffY="5",Positive="1")
5、滤镜:FlipH
语法:STYLE="filter:FlipH"
例子:filter:FlipH
6、滤镜:FlipV
语法:STYLE="filter:FlipV"
例子:filter:FlipV
7、滤镜:glow
语法:STYLE="filter:Glow(Color=color, Strength=strength)"
说明:
Color:发光颜色。
Strength:强度(0-100)
例子:filter:Glow(Color="#6699CC",Strength="5")
8、滤镜:gray
语法:STYLE="filter:Gray"
例子:filter:Gray
9、滤镜:invert
语法:STYLE="filter:Invert"
例子:filter:Invert
10、滤镜:mask
语法:STYLE="filter:Mask(Color=color)"
例子:filter:Mask (Color="#FFFFE0")
11、滤镜:shadow
语法:filter:Shadow(Color=color, Direction=direction)
说明:
Color:#rrggbb格式。
Direction:角度,0-315度,步长为45度。
例子:filter:Shadow (Color="#6699CC", Direction="135")
12、滤镜:wave
语法:filter: Wave(Add=add,Freq=freq,LightStrength=strength,Phase=phase,Strength=strength)
说明:
Add:一般为1,或0。
Freq:变形值。
LightStrength:变形百分比。
Phase:角度变形百分比。
Strength:变形强度。
例子:filter: wave(Add="0", Phase="4", Freq="5", LightStrength="5", Strength="2")
13、滤镜:Xray
语法:STYLE="filter:Xray"
例子:filter:Xray

您当前的位置: