//奋斗在英国华人网络电台 BBS论坛背景播放器 //作者:jason //邮箱:3070395@163.com //网址:www.xghax.cn http://www.jsata.net:82 //exobud mp 改进版 部分代码来自于奋斗在英国华人论坛 //2008-01-10 //以下部分播放器初始化设置 //随机面版数 (自然数) var SkinN = 3; //指定默认显示面版名 (完整swf名) var SkinName = "cz3.swf"; //是否随机显示 true 或 false var RndSink = 0; //论坛或首页指定页面 var BBSUrl = "http://www.shisi.net"; //当前播放器目录 var MPUrl = "czplayer/"; //播放器定位 1左上,2右上,3左下,4右下 var Seat = 2; //以下为功能实现代码 function CzMusic_DOFSCommand(command,args){if(command=="Play"){Qplay()}if(command=="Stop"){Qstop()}if(command=="Pause"){Qpause()}if(command=="next"){Qnext()}if(command=="previous"){Qprevious()}if(command=="gotoMusic"){showmusiclist()}}function Qplay(){parent.czplayer.wmpPP()}function Qstop(){parent.czplayer.wmpStop()}function Qpause(){parent.czplayer.wmpPP()}function Qnext(){parent.czplayer.playNext()}function Qprevious(){parent.czplayer.playPrev()}function showmusiclist(){parent.czplayer.openPlist()}var skinurl;if(RndSink){var skinnumber=Math.floor(Math.random()*SkinN)+1;skinurl=MPUrl+"czskin/cz"+skinnumber+".swf"}else{skinurl=MPUrl+"czskin/"+SkinName}var swfhtml='';document.writeln("