51博客的MP3代码

来源:└博友窝  编辑:博客代码网  发布时间:2007-02-11  点击:  [收藏]

插入mp3代码:

  <EMBED src="mp3地址" width=310 height=35 type=audio/x-pn-realaudio-plugin controls="ControlPanel,StatusBar" autostart="true" loop="true">

  支持rm或mid格式(随机播放): 

  <EMBED src="rm\mp3\mid地址" width=150 height=25 type=audio/x-pn-realaudio-plugin controls="ControlPanel" autostart="true">

  非自动播放:

  <EMBED src="rm\mp3地址" width=248 height=66 type=audio/x-pn-realaudio-plugin border="0">

  隐藏mp3播放器: 

   <embed width="0" height="0" src="MP3地址" type="application/x-shockwave-flash"></embed>


文章地址:
上一篇:没有了    下一篇:51博客背景代码