autostart=true中true或1表示自动播放,false或0表示手动播放
loop=true 中的true或1表示重复播放,false或0表示只播放一次
width= height= 中的数字分别表示播放器的宽度和高度 =0表示隐藏播放器
enablecontextmenu=0 禁右键
showstatusbar=1 (带显示文件播放信息)
1隐藏播放器(不循环)
代码:
音乐网址 hidden=true type=audio/x-ms-wma autostart=1>
2.隐藏播放器(循环播放)
代码:
音乐网址 hidden=true type=audio/mpeg autostart=1 loop=-1>
3.黑色皮肤播放器
代码:
4.淡蓝色播放器
代码:
播放地址 width=300 height=45 type=audio/mpeg loop=-1 autostart=1 volume=0>
5.迷幻播放器
代码:
播放地址 width=400 height=40 type=audio/mpeg panel=0 autostart=1 loop=true>
6.带菜单的播放器
代码:
音乐网址 showcontrols=1 showstatusbar=1 showdisplay=1 showgotobar=1 autostart=true playcount=1>
7.深黄色带菜单播放器
代码:
音乐网址 width=320 height=45 type=audio/x-ms-wma showstatusbar=1 loop=true autostart=true>
8.灰色播放器
代码:
链接地址 width=300 height=69 type=application/x-mplayer2 loop=-1 showcontrols=1 showdisplay=0 showstatusbar=1 autostart=1>
9.灰白色播放器
代码:
链接地址 width=300 height=45 loop=-1 autostart=true>
10.带菜单的蓝色播放器
代码:
链接地址 width=300 height=69 type=application/x-mplayer2 loop=-1 showcontrols=1 showdisplay=0 showstatusbar=1 autostart=1>
11.棕色播放器
代码:
链接地址 width=300 height=45 loop=-1 autostart=true>
12.带边框背景的播放器
|
|
代码:
音乐网址 width=300 height=25 type=audio/mpeg loop=-1 autostart=false volume=0>
border=1>
13.带背景图片的播放器
|
|
代码:
音乐网址 width=300 height=45 type=audio/mpeg loop=-1 autostart=1 volume=0>
border=0>
12 13综合属性分析
background=图片地址 可以更换图片地址 来实现改变播放器背景
14.黄色闪光播放器
|
代码:
音乐网址 width=400 height=35 type=audio/mpeg loop=-1 autostart=0 loop=-1>
15.蓝色闪光播放器
|
代码:
音乐网址 width=400 height=35 type=audio/mpeg volume=0 autostart=false loop=-1>
16.带花边的播放器
|
代码:
音乐网址 width=400 height=35 type=audio/mpeg volume=0 autostart=false loop=-0>
17.粉色花边播放器
|
代码:
音乐网址 width=300 height=25 type=audio/mpeg volume=0 autostart=false loop=-0>
18.显示文件标签灰色播放器
代码:
音乐网址 width=500 height=35 type=audio/x-ms-wma controls=statusbar,tacctrl,controlpanel border=0 autostart=1 playcount=0 showtracker=1 volume=0>
22.彩色播放器
代码:
音乐链接地址 type=video/x-ms-asf autostart=false loop=-1 volume=0>
本代码属性分析
background-color: 00ccff 播放器颜色代码 可以更换 以变换播放器颜色
23.透明播放器代码
代码: