几款最常用的播放器
代码如下 (EMBED src="歌曲地址" width=300 height=50 type=audio/mpeg loop="-1" autostart="FALSE" volume="0") 代码如下 (EMBED style="FILTER: invert()" src="歌曲地址" width=300 height=50 type=audio/mpeg volume="0" autostart="TRUE" loop="true") 代码如下 (EMBED style="FILTER: Xray" src=歌曲地址 width=300 height=05 type=audio/mpeg loop="-1" autostart="false" volume="0") 代码如下 (EMBED style="FILTER: GRAY()" src="歌曲地址" width=300 height=45 type=audio/mpeg loop="-1" autostart="true" volume="0") 重要提示: 1 复制时务必将(EMBED。。。)前后的括号()替换成<>。这点非常重要。 2 WIDTH代表播放器宽度,HEIGHT代表高度,后面的数值可依自己喜好进行调整。 3 AUTOSTART="TRUE" 这里TRUE代表自动播放,如果换成FALSE则代表手动播放。
|