1、打开
/Public/player/play.js
文件,在最后加入下面代码:
functionnextxia(){
url_=’http://’+window.location.host;
if(!Player.NextWebPage){window.location=url_}else{window.location=url_+Player.NextWebPage;}
}
2、CK部分值修改或者加入下面参数值
e:0,
3、在CK中最后面加入下面代码
functionplayerstop(){
window.parent.frames.nextxia();
returnfalse;
};