当前位置: 首页 > 网校建设 > 音乐盒制作

音乐盒制作

2012年05月19日 13:05:23 来源:来自夏刚老师网校文章 访问量:200

音乐盒制作

 
 

 打开个人设置,在个性签名中粘贴一下播放器代码后,点击修改资料后刷新即可。

以下是我收集的一些代码:

代码中: autostart=truetrue1表示自动播放,false0表示手动播放 loop=true 中的空间音乐盒

标签:true1表示重复播放,false0表示只播放一次width= height= 中的数字分别表示播放器的宽度和高度 =0表示隐藏播放器EnableContextMenu=0 ShowStatusBar=1 (带显示文件播放信息);代码中的音乐地址换成你所喜欢的音乐地址。

1隐藏播放器(不循环)

代码:

<EMBED src=音乐网址 hidden=true type=audio/x-ms-wma AUTOSTART=1>

2.隐藏播放器(循环播放)

代码:

<EMBED src=音乐网址 hidden=true type=audio/mpeg AUTOSTART=1 loop=-1>

3.黑色皮肤播放器

 代码:

<EMBED style=FILTER: xray() src=音乐网址 width=360 height=30 type=audio/mpeg volume=0 autostart=true loop=-1>

4.淡蓝色播放器

代码:

<EMBED   src=播放地址 width=300 height=45 type=audio/mpeg loop=-1 autostart=1 volume=0>

5.迷幻播放器

代码:

<TABLE style=FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)gray(); WIDTH: 400px; HEIGHT: 83px>
<TBODY>
<TR>
<TD><EMBED src=
播放地址 width=400 height=40 type=audio/mpeg panel=0 autostart=0 loop=true>
</TD></TR></TBODY></TABLE>

6.带菜单的播放器

代码:

<EMBED pluginspage=**** width=400 height=172 type=application/x-mplayer2 FileName=音乐网址 SHOWCONTROLS=1 SHOWSTATUSBAR=1 SHOWDISPLAY=1 SHOWGOTOBAR=1 AUTOSTART=true PlayCount=1>

7.深黄色带菜单播放器

代码:

<EMBED style=FILTER: invert() src=音乐网址 width=320 height=45 type=audio/x-ms-wma ShowStatusBar=1 loop=true autostart=true>

8.灰色播放器

代码:

<EMBED style=FILTER: Gray() src=链接地址 width=300 height=69 type=application/x-mplayer2 loop=-1 showcontrols=1 ShowDisplay=0 ShowStatusBar=1 autostart=1></EMBED>

9.灰白色播放器

代码:

<embed style=FILTER: Gray() src=链接地址 width=300 height=45 loop=-1 autostart=true></EMBED>

10.带菜单的蓝色播放器

代码:

<EMBED src=链接地址 width=300 height=69 type=application/x-mplayer2 loop=-1 showcontrols=1 ShowDisplay=0 ShowStatusBar=1 autostart=1></EMBED>

11.棕色播放器

代码:

<EMBED style=FILTER: invert() src=链接地址 width=300 height=45 loop=-1 autostart=true></EMBED>

12.带边框背景的播放器

代码:

<TABLE borderColor=#4F3256 background=背景图片地址 border=1>
<TBODY><TR>
<TD style=FILTER: alpha(opacity=50,style=3)>
<P align=center><EMBED src=
音乐网址  width=300 height=25 type=audio/mpeg loop=-1 autostart=false volume=0>
</P></TD></TR></TBODY></TABLE>

13.带背景图片的播放器

代码:

<TABLE borderColor=navy background=图片地址 border=0>
<TBODY><TR>
<TD style=FILTER: alpha(opacity=80,style=3)>
<P align=center><EMBED src=
音乐网址  width=300 height=45 type=audio/mpeg loop=-1 autostart=0 volume=0>
</P></TD></TR></TBODY></TABLE>

12 13综合属性分析

background=图片地址 可以更换图片地址 来实现改变播放器背景

14.黄色闪光播放器

代码:

<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=navy background=**** border=0>
<TBODY><TR>
<TD style=FILTER: alpha(opacity=50,style=3)>
<P align=center><EMBED src=
音乐网址 width=400 height=35 type=audio/mpeg loop=-1 autostart=0 loop=-1>
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>

15.蓝色闪光播放器

代码:

<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=**** 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=
音乐网址 width=400 height=35 type=audio/mpeg volume=0 autostart=false loop=-1>
</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>

16.带花边的播放器

代码:

<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=
音乐网址 width=400 height=35 type=audio/mpeg volume=0 autostart=false loop=-0>
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>

17.粉色花边播放器

代码:

<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=25 type=audio/mpeg volume=0 autostart=false loop=-0>
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>

18.显示文件标签灰色播放器

代码:

<DIV><EMBED style=FILTER: Gray() src=链接地址 loop=-1 width=300 height=140 balance=true showpositioncontrols=true showtracker=true showaudiocontrols=true showcontrols=true showstatusbar=true showdisplay=true displaysize=0 volume=100 autosize=true autostart=true animationatstart=true transparentatstart=true></EMBED></div>

19显示文件标签棕色播放器

代码:

<DIV><EMBED style=FILTER: invert() src=链接地址 loop=-1 width=300 height=140 balance=true showpositioncontrols=true showtracker=true showaudiocontrols=true showcontrols=true showstatusbar=true showdisplay=true displaysize=0 volume=100 autosize=true autostart=true animationatstart=true transparentatstart=true></EMBED></div>

20.显示文件标签黑色播放器

代码:

<DIV><EMBED style=FILTER: xray() src=链接地址 loop=-1 width=300 height=140 balance=true showpositioncontrols=true showtracker=true showaudiocontrols=true showcontrols=true showstatusbar=true showdisplay=true displaysize=0 volume=100 autosize=true autostart=true animationatstart=true transparentatstart=true></EMBED></div>

21.连放播放器

代码:

<EMBED style=FILTER: Gray() src=音乐网址 width=500 height=35 type=audio/x-ms-wma controls=StatusBar,TACCtrl,ControlPanel border=0 autostart=1 playcount=0 showtracker=1 volume=0></EMBED>

22.彩色播放器

代码:

<TABLE style=FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: 00CCFF; FONT-STYLE: normal; FONT-FAMILY: Tahoma, Verdana; FONT-VARIANT: normal cellSpacing=0 cellPadding=0 width=140 border=0>
<TBODY>
<TR>
<TD style=BACKGROUND-COLOR: 00CCFF><EMBED  style=FILTER: invert alpha(opacity=50) WIDTH: 140px; HEIGHT: 45px src=
音乐链接地址 type=video/x-ms-asf autostart=FALSE loop=-1 volume=0></EMBED></TD></TR></TBODY></TABLE>

本代码属性分析

BACKGROUND-COLOR: 00CCFF   播放器颜色代码 可以更换 以变换播放器颜色

23.透明播放器代码

代码:

<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=音乐链接地址 width=200 height=30 type=audio/x-mplayer2 loop=-1 autostart=0 volume=0 EnableContextMenu=0 showstatusbar=0 console=video></TD></TR></TBODY></TABLE>

星光提示你,音乐地址必须换成你所喜欢的音乐地址,这样才能够播放!

编辑:王应平
上一篇:主页各类模块代码
下一篇:没有了
评论区
发表评论

评论仅供会员表达个人看法,并不表明网校同意其观点或证实其描述
搜索框
教育部 中国现代教育网 不良信息 垃圾信息 网警110
郑重声明:本站全部内容均由本单位发布,本单位拥有全部运营和管理权,任何非本单位用户禁止注册。本站为教育公益服务站点,禁止将本站内容用于一切商业用途;如有任何内容侵权问题请务必联系本站站长,我们基于国家相关法律规定严格履行【通知—删除】义务。本单位一级域名因备案流程等原因,当前临时借用网校二级域名访问,使用此二级域名与本单位官网权属关系及运营管理权无关。静乐县杜家村学区 特此声明。