千岛湖中梁千岛首府:如何在网页中插入midi背景音乐

来源:百度文库 编辑:高校问答 时间:2024/04/28 14:50:30

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>