zoukankan      html  css  js  c++  java
  • html页面音乐播放器_Embed代码

    播放器代码如下:

    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>
  • 相关阅读:
    Django中MySQL读写分离技术
    BBS+Blog项目开发
    数据算法 --hadoop/spark数据处理技巧 --(5.移动平均 6. 数据挖掘之购物篮分析MBA)
    数据算法 --hadoop/spark数据处理技巧 --(3.左外连接 4.反转排序)
    数据算法 --hadoop/spark数据处理技巧 --(1.二次排序问题 2. TopN问题)
    mysql ---- Host '' is not allowed to connect to this MySQL server
    win 8.0.12
    Transformer 和 Transformer-XL——从基础框架理解BERT与XLNet
    Transformer 详解
    XLNet:运行机制及和Bert的异同比较
  • 原文地址:https://www.cnblogs.com/maijin/p/2837201.html
Copyright © 2011-2022 走看看