html页面音乐播放器_Embed代码

播放器代码如下:

HTML播放器样式1

代码:

<P align=center> <TABLE borderColor=#bc8f8f cellSpacing=1 
width=315 border=1> <TBODY> <TR> <TD><EMBED 
 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" > <tr> <td> <table 
borderColor="#ff69b4" align="center" bgColor="#ffccf5"  
> <tr> <td > 
<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" > <tr> <td> <table 
borderColor="#000000" align="center"  > <tr> 
<td> <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播放器样式4

代码:

<p align="center"><EMBED  src=音乐地址 
width=300 height=45 type=audio/mpeg loop="-1" autostart="true" 
volume="0"></EMBED>

HTML播放器样式5

代码:

<p align="center"><EMBED 
 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 > <P 
align=center><EMBED  src=音乐地址 width=300 height=45 
type=audio/mpeg volume="0" autostart="true" loop="-1"> 
</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>