更改后台[media]代码,实现漂亮mp3播放器样式改变
[copy]http://www.discuz.net/viewthread.php?tid=899548[/copy]首先找到 include/discuzcode.func.php 文件。
然后查找[code]case 'mp3' : return '<object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="'.$width.'" height="64"><param name="autostart" value="'.$autostart.'" /><param name="url" value="'.$url.'" /><embed src="'.$url.'" autostart="'.$autostart.'" type="application/x-mplayer2" width="'.$width.'" height="64"></embed></object>';break;[/code]替换[code]case 'mp3' : return '<DIV><EMBED pluginspage=http://www.macromedia.com/go/getflashplayer src=images/dewplayer.swf?son='.$url.'& width=200 height=20 type=application/x-shockwave-flash autostart="true"></DIV>';break;[/code][attach]4259[/attach]
把附件dewplayer.swf 放到论坛目录下的images文件夹下就可以了。
页:
[1]