|
隐形播放器(一) |
|
〓※ 播放器代码 ※〓
|
<embed src="音乐链接地址" hidden="true" autostart="true" loop="true"> | 〓※ 播放器图式 ※〓
〓※ 代码说明 ※〓
|
hidden="true" 隐藏播放不显示播放器的外观
hidden="false" 显示播放
autostart="true" 当前页一载入则自动播放
autostart="false" 当前页一载入点击播放
loop="true" 无限次循环播放
loop="false" 只播放一次 |
|
☜ 1 ☞
|
隐形播放器(二) |
|
〓※ 播放器代码 ※〓
|
<embed src="音乐链接地址" autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" > | 〓※ 播放器图式 ※〓
〓※ 代码说明 ※〓
不管是否最小化窗口都始终播放,直至关闭当前窗口为止。
loop="-1" 无限次循环播放
loop="1" 播放一次改成1 两次改成2 依次类推 width="0" height="0" 隐藏播放 |
|
☜ 2 ☞
|
月色朦胧播放器 |
|
〓※ 播放器代码 ※〓
|
<EMBED style="FILTER: Alpha(opacity=50,style=2)" src="音乐链接地址" width=55 height=30 type=audio/mpeg controls="ControlPanel" loop="true" autostart="TRUE" volume="100" Initfn="load-types" mime-types="mime.types"> | 〓※ 播放器图式 ※〓
|
☜ 3 ☞
|
图片随播放器移动 |
|
〓※ 播放器代码 ※〓
|
<DIV align=center> <MARQUEE style="WIDTH: 575px; HEIGHT: 155px" scrollAmount=1 behavior=alternate> <TABLE style="WIDTH: 69px; HEIGHT: 92px" align=center ; <TBODY> <TBODY> <TR> <TD><IMG style="WIDTH: 64px; HEIGHT: 51px" height=180 src=http://material.blog.enorth.com.cn/attachment/pic/136112.gif(图片链接地址) width=249> <P align=center><FONT face=楷体_GB2312><FONT color=#ffff00 size=2><EMBED style="FILTER: Alpha(opacity=50,style=2); WIDTH: 65px; HEIGHT: 33px" src="音乐链接地址" width=65 height=33 type=audio/mpeg mime-types="mime.types" Initfn="load-types" volume="100" autostart="TRUE" loop="true" controls="ControlPanel"></FONT></FONT></P></TD></TR></TBODY></TABLE> <DIV></DIV> | 〓※ 播放器图式 ※〓
〓※ 代码说明 ※〓
|
width="宽度值" height="高度值" 播放器外观大小,可自行调整。 图片部分:可根据个人喜好更换"图片链接地址" |
|
☜ 4 ☞
|
黑色背景播放器 |
|
〓※ 播放器代码 ※〓
|
<TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; WIDTH: 270px; BORDER-BOTTOM: #000000 3px dashed; HEIGHT: 55px" cellSpacing=0 cellPadding=0 align=center bgColor=#00000> <TBODY> <TR> <TD> <TABLE style="WIDTH: 175px; HEIGHT: 47px" borderColor=navy background=图片链接地址 border=0> <TBODY> <TR> <TD style="FILTER: alpha(opacity=40,style=3)"> <P align=center><FONT color=#ff00cc><STRONG><EMBED style="WIDTH: 254px; HEIGHT: 29px" src=音乐链接地址 width=254 height=29 type=audio/mpeg loop="-1" autostart="0" allowNetworking="internal" allowScriptAccess="never"> </STRONG></FONT></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE> | 〓※ 播放器图式 ※〓
|
☜ 5 ☞
“网页播放器集锦(二)”