基本操作与贴视频相同,在HTML编辑页面贴入代码.
1.自动循环播放代码:
<EMBED style="WIDTH: 100px; HEIGHT: 20px"
src=http://219.139.109.166/612song/song05/nvrendqg_www.jiayu.net.mp3
width=100
height=20 type=application/octet-stream volume="0" autostart="1"
playcount="0">
说明:
<EMBED style="WIDTH: 100px; HEIGHT: 20px"
src=此处换成自己的音乐地址 width=100
height=20 type=application/octet-stream volume="0" autostart="1" (1-自动播放;0-手动播放)
playcount="0"(播放次数0-循环;或整数)>
效果参照:
http://www.atlanta168.com/View/article_2177.htm
呵手试梅妆 (一剪梅请进)有音乐,上班的慎进
http://www.atlanta168.com/View/article_2292.htm
莲 -- 图片By 曹老师,青竹写字
2.隐藏播放面板自动循环播放代码:
<EMBED src=http://219.139.109.166/612song/song05/nvrendqg_www.jiayu.net.mp3 width=1
height=1 type=audio/x-pn-realaudio-plugin onload="javascript:if
(this.width>450) this.width=450" controls="ControlPanel" loop="true"
autostart="true" volume="100" initfn="load-types" mime-
types="mime.types">
说明:
<EMBED src=更换为自己的音乐地址 width=1
height=1 (增加其数值面板可见)type=audio/x-pn-realaudio-plugin onload="javascript:if
(this.width>450) this.width=450" controls="ControlPanel" loop="true"(true:循环 false:不循环)
autostart="true" (true:自动 false:手动)volume="100" initfn="load-types" mime-
types="mime.types">
效果参照:
http://www.atlanta168.com/View/article_2262.htm
朦胧--为卞宏斌望月鸟图配诗
建议初学者或跟贴使用手动播放代码。
以下2个手动代码建议初学者使用:
1.
<EMBED style="WIDTH: 100px; HEIGHT: 20px"
src=http://219.139.109.166/612song/song05/nvrendqg_www.jiayu.net.mp3
width=100
height=20 type=application/octet-stream volume="0" autostart="0"
playcount="0">
2.
<EMBED src=http://219.139.109.166/612song/song05/nvrendqg_www.jiayu.net.mp3 width=100
height=80 type=audio/x-pn-realaudio-plugin onload="javascript:if
(this.width>450) this.width=450" controls="ControlPanel" loop="true"
autostart="false" volume="100" initfn="load-types" mime-
types="mime.types">