如何在网页中插入midi背景音乐

来源:百度知道 编辑:UC知道 时间:2024/05/11 17:49:02

1. 如何贴rm,ra,ram类型的音乐,代码如下:(含人声)

<embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="你的音乐网址">

2. 如何贴midi,asf,wma,asx类型的音乐,代码如下: (不含人声)

<embed autostart="true" loop="-1" controls="ControlPanel" width="0" height="0" src="你的音乐网址">

透明flash覆盖代码:

<EMBED style="LEFT: 0px; POSITION: absolute; TOP: 0px; absolute: " align=right src=FLASH网址width=1000 height=606 type=application/x-shockwave-flash wmode="transparent" quality="high" ;;></EMBED></TD>