您的位置:首页 > 编程语言

音乐播放器代码和网页播放器代码

2013-10-09 20:37 337 查看
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>

更多详细:音乐播放器代码大全 网页播放器代码大全
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息