光线cms、马克斯MaxCMS影视系统调用吉吉影音替换快播播放器的方法
var jjvod_w = 650;//播放器宽度
var jjvod_h = 500;//播放器高度
var jjvod_ad = 'http://player.jjvod.com/ad.html';//缓冲和暂停广告
var jjvod_soft = '/js/jjvod_install.html'; //下载地址,渠道可直接在下载页面设置
var jjvod_notice = '/js/notice.html'; //非IE内核提示页面
if(typeof(VideoListJson) == 'undefined'){
VideoListJson = [];
VideoInfoList = VideoInfoList.split('$$$');
for(var i = 0; i < VideoInfoList.length; i++){
var vod = VideoInfoList[i].split('$$');
VideoListJson[i] = [vod[0], vod[1].split('#')];
}
}
viewplay2 = viewplay;
viewplay = function(param1,param2){
getplay = function(param1, param2) {
var x = VideoListJson,mov,Arr;
if (x.length > 0) {
mov = new String(VideoListJson[param1][1][param2]);
Arr = mov.split('$');
return [VideoListJson[param1][0], Arr[0], Arr[1]];
} else {
return ['', '', ''];
}
};
var a = VideoListJson[param1][1][param2];
playdata = getplay(param1, param2); // 0 -> 集 1 -> 地址
var playername= playdata[0];//播放器名称
var vodname = playdata[1];//影片名称
var url = playdata[2];//播放地址
if(playername=="吉吉影音" || playername=="jjvod"){
addjjvod(url);
}else{
return viewplay2(param1,param2);
}
}
//播放状态控制
function jjvodstatus(offest){
if(document.getElementById('jjvodPlayer').PlayState==3){
document.getElementById('jjad').style.display='none';
}else if(document.getElementById('jjvodPlayer').PlayState==2 || document.getElementById('jjvodPlayer').PlayState==4){
document.getElementById('jjad').style.display='block';
}
}
//JJVOD代码
function addjjvod(url){
if(!!window.ActiveXObject || "ActiveXObject" in window){
adh=jjvod_h-63;
document.write("
document.write('
');document.write("");
document.write("
setInterval('jjvodstatus()','1000');
}else{
document.write('');
}
}
- win7下清除arp缓存避免被arp攻击和arp欺骗的两种方法
- Adobe Flash cs6安装破解详细图文教程
- vc++6.0(Visual C++) 简体中文企业版免序列号 可视化软件开发工具
- QQ炫舞个性伤感名字_彼此的心上了锁
- TCL idol X东东枪2做工怎么样 TCL idol X+拆机图评测全面图解
- 七个英雄的征途2.0.7E测试版 附游戏攻略及隐藏英雄密码 魔兽防守地图
- vue3不能使用history.pushState修改url参数踩坑
- 12种XP系统蓝屏错误代码的含义和解决办法
- bitesms怎么卸载?bitesms删除不了怎么办?bitesms怎么完全彻底删除干净
- C#中 MessageBox的使用技巧