星期三, 2024-04-24, 3:34 AM
学习交流论坛
    首页 | 播放器代码 - 学习交流论坛 | 注册 | 登录
[ 新文章 · 会员 · 论坛规则 · 收索 · RSS ]
  • Page 1 of 1
  • 1
Forum moderator: 生生  
学习交流论坛 » 实验园地 » 学习区 » 播放器代码
播放器代码
lmbx 日期: 星期一, 2013-12-09, 11:03 PM | 消息 # 1
Admin
Group: 管理员
邮 件: 291
Reputation: 2
Status: 离线
播放器代码
Xray滤镜播放器效果代码:


invert滤镜播放器效果代码:
 


 
Blur滤镜播放器效果代码:
 


 
Gray滤镜播放器效果代码:
 


 
alpha滤镜播放器效果代码:


 
Wave滤镜播放器效果代码:


 
alpha滤镜播放器效果代码:


 
雾化效果


阴影效果



本处为黑色阴影看不见
 
 加背景图片的播放器
 



width height为图片的宽度和高度

 

















 











提示:播放器代码中

width 表示播放器的宽度

height表示播放器的宽度

autostart表示是否自动播放 fslse为不 true为是(或者1表示是0表示不是)

loop表示循环false表示不循环 true表示循环(或者以数字表示循环次数)

代码从网上收集


重要说明:为了演示方便,我将autostart=""里面的参数设置成了false,如果大家想自动播放,请将autostart="",引号中的false改成1


 
lmbx 日期: 星期一, 2013-12-09, 11:04 PM | 消息 # 2
Admin
Group: 管理员
邮 件: 291
Reputation: 2
Status: 离线
播放器代码
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: progid:DXImageTransform.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>


本处为黑色阴影看不见
 
 加背景图片的播放器
 
<TABLE style="FILTER: alpha(opacity=100 style=2 finishopacity=3)" borderColor=#000000height=197 cellSpacing=0 cellPadding=0 width=200 align=center background=图片地址 border=0><TBODY><TR><TD>
<P align=center><EMBED style="FILTER: alpha(opacity=100 style=3 finishopacity=0)black(); style: " src=地址 width=60 height=20 type=video/x-ms-asf loop="loop" autostart="autostart" volume="0"></EMBED></P></TD></TR></TBODY></TABLE>
<P align=center></P>
width height为图片的宽度和高度

 
<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=320 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>


<EMBED style="FILTER: Gray" src=音乐地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"></EMBED>


<TABLE borderColor=#4f3256 align=center background=http://club.fadmy.com/UploadFile/2005-9/200597123237734.gif border=1>
<TBODY>
<TR>
<TD style="FILTER: alpha (opacity=50,style=3)">
<P align=center> <EMBED src=音乐地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0"></P></TD></TR></TBODY></TABLE>


 

<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=http://www.handsome4e.net/home/UploadFile/2006-4/20064211571854855.gif border=2>
<TBODY>
<TR>
<TD>
<TABLE align=center border=0>
<TBODY>
<TR>
<TD style="FILTER: alpha (opacity=60,style=3)">
<P align=center><EMBED style="FILTER: Gray" src=音乐地址.mp3 width=320 height=45 type=audio/mpeg volume="0" autostart="false" loop="-1"> </P></TD></TR></TBODY></TABLE></TD></TR></TBODY> </TABLE>


提示:播放器代码中

width 表示播放器的宽度

height表示播放器的宽度

autostart表示是否自动播放 fslse为不 true为是(或者1表示是0表示不是)

loop表示循环false表示不循环 true表示循环(或者以数字表示循环次数)

代码从网上收集


重要说明:为了演示方便,我将autostart=""里面的参数设置成了false,如果大家想自动播放,请将autostart="",引号中的false改成1




 
lmbx 日期: 星期一, 2013-12-09, 11:07 PM | 消息 # 3
Admin
Group: 管理员
邮 件: 291
Reputation: 2
Status: 离线
http://d1qq.net/forum.php

 
学习交流论坛 » 实验园地 » 学习区 » 播放器代码
  • Page 1 of 1
  • 1
Search:

Copyright MyCorp © 2024