您的位置:首页 > Web前端 > HTML

html页面音乐播放器_embed代码

2013-04-01 15:59 295 查看
播放器代码如下:



HTML播放器样式1

代码:

<P align=center> <TABLE borderColor=#bc8f8f cellSpacing=1

width=315 border=1> <TBODY> <TR> <TD><EMBED

style="FILTER: invert(); WIDTH: 315px; HEIGHT: 28px" src=音乐地址

type=audio/mpeg

autostart="true"></EMBED></TD></TR></TBODY></TABLE>

<P align=center></P></DIV> <P></P>

HTML播放器样式2

代码:.

<P align=center><table style="BORDER-RIGHT: #ff69b4 3px

dashed; BORDER-TOP: #ff69b4 3px dashed; BORDER-LEFT: #ff69b4 3px dashed;

BORDER-BOTTOM: #ff69b4 3px dashed" cellSpacing="0" cellPadding="0"

bgColor="white" id="table6"> <tr> <td> <table

borderColor="#ff69b4" align="center" bgColor="#ffccf5" border="2"

id="table7"> <tr> <td style="FILTER: alpha(opacity=100,style=3)">

<p align="center"> <embed src="音乐地址" width="300" height="45"

type="audio/mpeg" loop="-1" autostart="true" volume="0"></td>

</tr> </table> </td> </tr>

</table>

HTML播放器样式3

代码:

<P align=center><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" id="table5"> <tr> <td> <table

borderColor="#000000" align="center" border="1" id="table6"> <tr>

<td> <p align="center"> <embed style="FILTER: Xray" src="音乐地址"

width="300" height="45" type="audio/mpeg" loop="-1" autostart="true"

volume="0"> </td> </tr> </table> </td> </tr>

</table>

HTML播放器样式4

代码:

<p align="center"><EMBED style="FILTER: Xray" src=音乐地址

width=300 height=45 type=audio/mpeg loop="-1" autostart="true"

volume="0"></EMBED>

HTML播放器样式5

代码:

<p align="center"><EMBED

style="FILTER: Gray" src=音乐地址 width=300 height=45 type=audio/mpeg loop="-1"

autostart="true"

volume="0"></EMBED>

HTML播放器样式6

(这个可以添加播放器背景

添加的时候修改下面代码的图片地址换上你要显示的)

代码:

<p align="center"> <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=300 height=45

type=audio/mpeg volume="0" autostart="true" loop="-1">

</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: