日期:2014-02-06 浏览次数:20607 次
当网页中插入音乐时,要依据不同的后缀名,来写不同的代码!下面面就是多种格式文件的详细使用代码。
注:
"音乐文件和地址"——待播放文件的文件名,前面带上绝对路径,或者本站的绝对路径。
width_num——指定一个作为宽度的数字;
height_num——指定一个作为高度的数字;
<embed src="音乐文件和地址" type="audio/midi" hidden="false" autostart="true" loop="true" height=height_num width=width_num></embed> |
<embed controller="true" width="width_num" height="height_num" src="音乐文件和地址" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed> |
<embed src="音乐文件和地址" border="0" width="width_num" height="height_num" type="application/x-mplayer2"></embed> |
<embed src="音乐文件和地址" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="width_num" height="height_num" play="true" loop="true" quality="high" scale="showall" menu="true"></embed> |
<embed src="音乐文件和地址" border="0" width="width_num" height="height_num" type="application/x-mplayer2"></embed> |
<embed controller="true" width="width_num" height="height_num" src=&quo
免责声明: 本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
|