GOKURAKU 发表于 2013-12-21 11:18:57

论坛音乐插入帮助帖,必须音乐链接允许外链(盗链) 否则播放无效

以DZ论坛为列,点击发帖或回帖,然后选择工具栏上的插入音乐,然后输入音乐文件的网络地址,确定就好了,如果论坛没有内置插入MP3的代码,就试试看论坛有没有开放html代码使用(注意:粘贴代码的时候不要用“所见即所得模式”)送你html的几个代码

白色

<EMBED style="FILTER: GRAY()" src="歌曲地址" width=300 height=45 type=audio/mpeg loop="-1" autostart="true" volume="0">

咖啡色

<EMBED style="FILTER: invert()" src="歌曲地址" width=300 height=45 type=audio/mpeg volume="0" autostart="TRUE" loop="true">

灰黑色

<EMBED style="FILTER: Xray" src=歌曲地址 width=300 height=45 type=audio/mpeg loop="-1" autostart="false" volume="0">

以上代码说明:

width(播放器面板宽度)

height(播放器面板高度)

autostart(自动播放,“=1”或“=true”即是功能有效,“=0”即是手动播放)

loop(循环播放,“=2”即是循环播放两次,“=-1”或“=true”即是无限次循环播放)

可变值:false 或 0(手动开启);true 或 1(自动开启)

在歌曲地址栏输入自己喜欢的歌曲地址就可以了.

<EMBED style="FILTER: invert()" src="http://m.xbdj.cn/ebba91b489eb3ff46542b0f9277ff49c26/www.xbdj.cn.mp3" width=300 height=45 type=audio/mpeg volume="0" autostart="TRUE" loop="true">

渚心石兰 发表于 2013-12-21 13:56:32

木有用 都说过木有用了

<EMBED style="FILTER: invert()" src="音乐地址" width=300 height=45 type=audio/mpeg volume="0" autostart="TRUE" loop="true">

你自己试试,贴出来直接还是代码。

sudahui 发表于 2013-12-21 19:15:10

论坛好像不是有内置音乐链接么~

小羽 发表于 2013-12-21 20:21:11

哦呵呵呵苏打光军

sudahui 发表于 2013-12-21 20:24:51

哦呵呵呵苏打光军
小羽 发表于 2013-12-21 20:21 http://tyro.cc/images/common/back.gif


   :$
页: [1]
查看完整版本: 论坛音乐插入帮助帖,必须音乐链接允许外链(盗链) 否则播放无效