|
发表于 2004-2-29 17:32:42
|
显示全部楼层
一)发布mp3格式
<embed src="连接网址" autostart="true" loop="true" width=500 height=100>
二)rm,ram格式(可看见播放器)
<embed src="连接网址" width="397" height="30" type="audio/x-pn-realaudio-plugin" controls="ControlPanel" autostart="false">
三)rm,ram格式(隐藏播放器,但可以听见背景音乐)
<embed src="连接网址" width="0" height="0" autostart="true" loop="true" align="middle" volume="200" type="audio/x-pn-realaudio-plugin" exts="ra,ram" Init fn="load-types" mime-types="mime.types" ALT="(Random)">
四)自动播放midi,rm,ram格式的音乐
<embed src="连接网址" width="350" height="100" autostart="true" loop="true" align="middle" volume="200" type="audio/x-pn-realaudio-plugin" exts="ra,ram" Init fn="load-types" mime-types="mime.types" ALT="(Random)">
五)自动播放asf格式
<embed src="连接网址" type="audio/x-pn-realaudio-plugin" console="Clip1" controls="ControlPanel,StatusBar" height="400" width="600" autostart="true">
六)自动播放FLASH
<embed src="连接网址" width="500,80%" height="350,80%">
这些html代码好象只能在图区使用~~
如果要隐藏就把width和height的值改为0就可以了~~ |
|