查看: 27708|回复: 130

[教程] 各类好看播放器代码

[复制链接]

签到天数: 54 天

[LV.5]常住居民I

鲜花(5) 鸡蛋(0)
发表于 2007-11-23 17:38 | 显示全部楼层 |阅读模式

播放器代码

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>
本处为黑色阴影看不见
加背景图片的播放器
<TABLE style="FILTER: alpha(opacity=100 style=2 finishopacity=3)" borderColor=#000000 height=197 cellSpacing=0 cellPadding=0 width=200 align=center background=图片地址 border=0><TBODY><TR><TD>
< 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>
< 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)">
< 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

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2007-11-27 13:08 | 显示全部楼层

   

不会弄~~
[s:6] [s:6]
我想把自己喜欢收藏的一些好歌曲传上去,大家分享一下,可惜心有余而力不足啊
太复杂了
管理员留言:朋友可以先看下图试一下看练习一下!

签到天数: 1 天

[LV.1]初来乍到

鲜花(0) 鸡蛋(0)
发表于 2007-11-27 14:40 | 显示全部楼层
原帖由 小小苏荷 于 2007-11-27 13:08 发表 不会弄~~ [s:6] [s:6] 我想把自己喜欢收藏的一些好歌曲传上去,大家分享一下,可惜心有余而力不足啊 太复杂了
把上面代码的音乐地址换成你的音乐地址,再把换好音乐地址后的代码发上来就行了啊 要不发贴时在论坛自带的“插入多媒体文件”那按一下,出来一个框再填上你的音乐地址就行了啊!

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2007-12-1 18:44 | 显示全部楼层
播放器源码1:


播放器源码2:



播放器源码3:

[ 本帖最后由 zbzx 于 2007-12-1 18:47 编辑 ]

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2007-12-1 18:49 | 显示全部楼层

播放器源码1:
<TABLE style=\"FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)xray(); WIDTH: 200px; HEIGHT: 40px\">
<TBODY>
<TR>
<TD><EMBED style=\"BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid\" src=http://www.nxc.cn/bbs/UploadFile/2004-8/200481482641160.wma width=200 height=30 type=audio/x-mplayer2 loop=\"-1\" autostart=\"0\" volume=\"0\" EnableContextMenu=\"0\" showstatusbar=\"0\" console=\"video\"></TD></TR></TBODY></TABLE>

播放器源码2:


<CENTER><TABLE style=\"BORDER-RIGHT: #f1dda1 2px ridge; BORDER-TOP: #bdb76b 2px ridge; BORDER-LEFT: #f1dda1 2px ridge; BORDER-BOTTOM: #bdb76b 2px ridge; BACKGROUND-COLOR: white\" borderColor=#ffffff cellPadding=0 width=300 align=center background=http://bbs.muwen.com/fileuploaddir/4B2686448.4.gif border=0><TBODY><TR><TD width=300 height=20 cellPadding=\"0\" cellSpacing=\"0\"><TABLE align=center border=0><TBODY><TR><TD style=\"FILTER: alpha(opacity=60,style=3)\">< align=center><EMBED style=\"FILTER: invert(); WIDTH: 290px; HEIGHT: 28px\" src=http://fj.funmtv.com/Q/.Wma type=audio/x-ms-wma autostart=\"true\" loop=\"-1\" volume=\"0\"></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER>


播放器源码3:

<TABLE borderColor=#4f3256 align=center background=http://upload.yourblog.org/20057/kaka967.20050722115212.png border=1>
<TBODY>
<TR>
<TD style=\"FILTER: alpha (opacity=50,style=3)\">
< align=center><EMBED src=歌曲地址 width=300 height=45 type=audio/mpeg loop=\"-1\" autostart=\"false\" volume=\"0\"></P></TD></TR></TBODY></TABLE>

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2007-12-1 18:54 | 显示全部楼层
播放器源码1:


播放器源码2:



播放器源码3:


播放器源码4:




[ 本帖最后由 zbzx 于 2007-12-1 18:56 编辑 ]

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2007-12-1 18:55 | 显示全部楼层
播放器源码1:
<TABLE style=\"BORDER-COLLAPSE: collapse\" align=center height=24 cellSpacing=0 cellPadding=0 width=300 background=http://bbs.muwen.com/fileuploaddir/4B258184577.gif border=0>
<TBODY><TR><TD style=\"FILTER: Chroma(Color=\'#000000\')\">
<EMBED src=http://www.qingdaophoto.com/music/Wish.mp3 width=300 height=24 type=audio/mpeg ShowStatusBar=\"1\" volume=\"0\" autostart=\"true\" loop=\"true\">
</TD></TR></TBODY></TABLE><BR><BR>
播放器源码2:
<TABLE borderColor=limegreen align=center background=http://tech.china.com/zh_cn/home4u/sucai/gifanimation/line/0065.gif border=2><TR><TD style=\"FILTER: alpha(opacity=80,style=3)\">
< align=center><OBJECT classid=\"clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95\" id=player height=45 width=380 style=\"FILTER: invert();\"><ARAM NAME=\"Filename\" VALUE=\"http://ctjj.com/windqing/up/loveyou.wma\"><ARAM NAME=\"ShowControls\" VALUE=\"1\"><PARAM NAME=\"ShowDisplay\" VALUE=\"0\"><PARAM NAME=\"ShowPositionControls\" VALUE=\"1\"><PARAM NAME=\"ShowStatusBar\" VALUE=\"1\"><PARAM NAME=\"Volume\" VALUE=\"0\"></OBJECT> </p></TD></TR></TABLE><BR><BR>
播放器源码3:
<div align=\"center\"><table style=\"BORDER-RIGHT: white 3px inset; BORDER-TOP: white 3px inset; BORDER-LEFT: white 3px inset; BORDER-BOTTOM: white 3px inset\" cellSpacing=\"0\" cellPadding=\"0\" width=\"300\" background=\"http://www.mypcera.com/photo/65/culture/art/music/17.gif\" border=\"10\" id=\"table6\"><tr><td><table style=\"FILTER: Chroma (Color=\'\'\'\'#FFFAFA\'\'\'\')\" height=\"30\" cellSpacing=\"0\" cellPadding=\"0\" width=\"300\" border=\"0\" id=\"table7\"></table><table cellSpacing=\"0\" cellPadding=\"0\" width=\"295\" border=\"0\" id=\"table8\"><tr><td onmouseover=\"this.style.backgroundColor=\'red\'\" onmouseout=\"this.style.backgroundColor=\'\'\"><embed style=\"FILTER: invert alpha(opacity=50) WIDTH: 295px; HEIGHT: 38px\" src=\"http://www.coolwbb.com.mp3\" type=\"video/x-ms-asf\" autostart=\"true\" loop=\"1\" volume=\"0\"></td></tr></table></td></tr></table></div> <BR><BR>
播放器源码4:
<marquee width=\"90%\" behavior=\"alternate\" scrollamount=\"3\"><EMBED style=\"FILTER: xray()\" src=http://www.coolwbb.com.mp3 width=300 height=50 type=audio/mpeg volume=\"0\" autostart=\"true\" loop=\"-1\"></p>
</marquee><br /><BR><BR>

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2007-12-29 22:11 | 显示全部楼层
好东东真多!这里太好了!可以学到很多非常实用的东西。谢谢楼上的大侠们!

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-12 00:24 | 显示全部楼层
好漂亮的播放器。

该用户从未签到

鲜花(0) 鸡蛋(0)
发表于 2008-1-16 20:39 | 显示全部楼层
学习
您需要登录后才可以回帖 登录 | 中文注册

本版积分规则

网站地图|小黑屋|Archiver|中画网 ( 蜀ICP备11021737号-2 )|网站地图

GMT+8, 2024-11-16 11:55 , Processed in 0.074803 second(s), 20 queries , MemCached On.

上网要文明 发言要理性

Powered by Discuz! © 2008-2023 YinHuaBBS.CN

快速回复 返回顶部 返回列表