发新话题
打印

“代码”贴背景音乐

“代码”贴背景音乐

一、循环播放(可以贴背景音乐,照顾低版本)


<embed src=歌曲网址hidden autostart="true" loop="true">


注意:用此语句贴歌曲,页面不显示播放器!!!


二、贴歌(rm,wav,swf,mp3等格式)

<embed src="歌曲网址" autostart="true" width="400" height="50">


三、贴背景音乐。除最新格式的 ra 文件外

mid、mp3、wav等都可(只有展开时音乐才响)

<bgsound src="歌曲网址" loop="-1">

注意:用此语句贴歌曲,页面不显示播放器!!!


四、贴歌(rm,wav,swf,mp3等格式)

<embed src="歌曲网址" autostart="true" width="400" height="50">


五、windows格式音乐


1)精简格式
<embed src="mp3歌曲网址" autostart="true" width="420" height="45">

2)标准格式

embed src="mp3歌曲网址" type="audio/x-pn-realaudio- plugin" controls="controlpanel,statusbar" height=40 width=420autostart="true" loop="true">

3)rm格式:
<embed src=rtsp://歌曲网址type=audio/x-pn-realaudio-pluginconsole=clip1 controls=imagewindow height=40 width=400 autostart=-1>

4)标准方式音乐

<embed src="歌曲网址" width="400" height="50" 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">

5)精简方式音乐

<embed src="歌曲网址" type="audio/x-pn-realaudio-plugin" controls="controlpanel,statusbar" height=45 width=450 autostart="true" loop="true">

6)特殊格式 http://www.baidu.com/s?tn=bjcm_p ... p;word=%B8%F1%CA%BD
<embed src="歌曲网址" autostart="true" width="400" height="50">

7)无控制器方式

<embed src=歌曲网址type="audio/x-pn-realaudio-plugin" console="clip1" controls="imagewindow" height="300" width="420" autostart="-1">   

六、贴 flash 音乐

贴FLASH的代码

flash音乐播放器的宽度和高度的数据可以根据你的喜好去调整,

如果你想以看它的画面为主,那就设置的大一点;

如果是配乐,就设置的小一些,当然还是以看清画面为原则;

如果你将它的高和宽度都设为0,那就只有音乐,没有画面了,这种情况适于当你找不到合适的mp3等音乐时,还不想用flasn的画面的情况.   

<center><embed width=400 height=350 src=http://ccd.zjonline.com.cn/flash/weidao.swf ></center>

只要把 你选择的 FLASH 的音乐网址 (如: http://ccd.zjonline.com.cn/flash/weidao.swf)换进来就行了,

(宽)width=400  (高)height=350  可根据需要修改数值。

三、实例操作如下:

点击边编辑器处的“源代码”,将下面的播放音乐的代码复制到书写栏内(所有文章内容的最下面):

<embed src=歌曲网址hidden autostart="true" loop="true">

然后把代码中的“歌曲网址”换成如这样形式的音乐的绝对网址:

http://www.cncie.com/bbs/images/upload/2005/05/29/131942.mp3

就像下面这样:

<embed src=http://www.cncie.com/bbs/images/upload/2005/05/29/131942.mp3 hidden autostart="true" loop="true">

这里面的 mp3  与后面的 hidden  要离开些距离,不要挨在一起,否则就没有效果了。

TOP

发新话题
版块跳转