DZ7.2默认播放器实现自动播放、禁止右键、音量100%修改方法
文件:include/discuzcode.func.php目的:mp3格式自动播放
找到
return <object classid=\"clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6\" width=\".$width.\" height=\"64\"><param name=\"invokeURLs\" value=\"0\"><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>;
修改为:
return <embed style=\"FILTER: gray\" type=\"audio/mpeg\" loop=\"-1\" enablecontextmenu=\"0\" autostart=\"true\" volume=\"0\" codebase=\"http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=5,1,52,701\" flename=\"mp\" ShowStatusBar=\"1\" src=\".$url.\" width=\"350\" height=\"67\"></embed>;
页:
[1]