play
丁俊晖10-6复仇塞尔比
play
塞尔比失误丁俊晖夺冠
play
上海大师赛丁俊晖领奖
向前
向后
/*自动播放1*/
var AUTOPLAY = 1;
/*连播1*/
var CONTIPLAY = 1;
/*处理自动播放选项和cookie*/
(function() {
var Tool = CommonTool;
var chk = Tool.byId('J_Video_Autoplay');
var ua = navigator.userAgent.toLowerCase();
var isIOS = /\((iPhone|iPad|iPod)/i.test(ua);
if (isIOS) {
console.log(chk.parentNode.style.display);
chk.parentNode.style.display = 'none';
return;
}
chk.parentNode.style.display = '';
var clickCookie = function() {
Tool.bindEvent(chk, 'change',
function() {
var chked = chk.checked;
Tool.writeCookie('ArtiVAuto', (chked ? 1 : 0), 24 * 365 * 10, '/', '.sina.com.cn');
});
}
var byCookie = function() {
var coo = Tool.readCookie('ArtiVAuto');
if (coo) {
if (parseInt(coo) == 0) {
chk.checked = false;
AUTOPLAY = 0;
}
}
};
clickCookie();
byCookie();
})();
/*获取第一个视频vid*/
var firstItem = CommonTool.byClass('J_Play_Item', 'J_Play_List')[0];
var fInfo = firstItem.getAttribute('play-data').split('-');
var fVid = fInfo[0];
var fPid = fInfo[1];
var sinaBokePlayerConfig_o = {
container: "J_Article_Player", //Div容器的id
width: 525,
height: 430,
playerWidth: 525, //宽
playerHeight: 430, //高
autoLoad: 1, //自动加载
autoPlay: AUTOPLAY, //自动播放
as: 1, //广告
pid: fPid,
tjAD: 0, //显示擎天柱广告
tj: 1, //片尾推荐
continuePlayer: 1, //连续播放
casualPlay: 1, //任意拖动视频
head: 0, //播放片头动画
logo: 0, //显示logo
share: 0,
thumbUrl: ""
};
(function() {
var toggle = function(id, hide) {
var e = CommonTool.byId(id);
var par = e.parentNode;
if (hide) {
CommonTool.addClass(par, e.className + '_disabled');
} else {
CommonTool.removeClass(par, e.className + '_disabled');
}
}
var scroll = new ScrollPic();
scroll.scrollContId = "J_Play_List"; //内容容器ID
scroll.arrLeftId = "J_Player_Prev"; //左箭头ID
scroll.arrRightId = "J_Player_Next"; //右箭头ID
scroll.listEvent = "onclick"; //切换事件
scroll.frameWidth = 532; //显示框宽度 **显示框宽度必须是翻页宽度的倍数
scroll.pageWidth = 133 * 3; //翻页宽度
scroll.upright = false; //垂直滚动
scroll.speed = 10; //移动速度(单位毫秒,越小越快)
scroll.space = 15; //每次移动像素(单位px,越大越快)
scroll.autoPlay = false; //自动播放
scroll.autoPlayTime = 5; //自动播放间隔时间(秒)
scroll.circularly = false;
scroll._move = scroll.move;
scroll.move = function(num, quick) {
scroll._move(num, quick);
toggle(scroll.arrRightId, scroll.eof);
toggle(scroll.arrLeftId, scroll.bof);
};
scroll.initialize(); //初始化
toggle(scroll.arrLeftId, scroll.bof);
})();
var autoPlayCheck = $("#J_Video_Autoplay")[0].checked;
var autoPlayFlv = 0;
var autoPlayH5 = false;
if(autoPlayCheck){
autoPlayFlv = 1;
var autoPlayH5 = true;
}
var flashConfig = {
url: "", // flash播放器地址,
container : "J_Article_Player",
id: "myMovie",
width: 525,
height: 430,
params : {
allowNetworking : "all",
allowScriptAccess : "always",
wmode : "opaque",
allowFullScreen : "true",
quality : "high"
},
attributes: {},
flashvars: {
autoPlay: autoPlayFlv, //是否自动播放
loop: 0,
autoLoad: 1,
thumbUrl: '',
tj: 1,
as: 1,
mode: 2
},
h5attr: {
autoPlay: autoPlayH5, //是否自动播放
controls: true, //是否显示控制条
loop: false,
poster: '', //视频加载前欲加载的图片地址,即播放器一开始显示的截图
preload: 'auto'
}
};
var videoList = [
{
video_id: '250761219',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250761219.html',
title:'丁俊晖10-6复仇塞尔比'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250761219/s.swf"
},
{
video_id: '250761189',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250761189.html',
title:'塞尔比失误丁俊晖夺冠'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250761189/s.swf"
},
{
video_id: '250761194',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250761194.html',
title:'上海大师赛丁俊晖领奖'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250761194/s.swf"
},
]
(function($){
var Play = {
init: function(flashConfig, videoList){
this.flashConfig = flashConfig;
this.videoList = videoList;
this.playVideo = playVideo;
this.prev = this.current = 0;
this.length = this.videoList.length;
this.contNode = $("#J_Video_Autoplay");
this.titleNode = $("#J_Video_Source");
this.playListNode = $("#J_Play_List .J_Play_Item");
if(videoList.length!==1){
//显示小图
CommonTool.byId('J_Play_List_Wrap').style.display='';
}
if(videoList.length<5){
CommonTool.byId('J_Player_Prev').style.display='none';
CommonTool.byId('J_Player_Next').style.display='none';
}
this.initPlayer();
this.bind();
},
bind: function(){
var _this = this;
$("#J_Play_List").on("click", ".J_Play_Item a", function(e){
e.preventDefault();
_this.playCurrent($(this));
});
},
initPlayer: function(){
var _this = this;
this.player = this.playVideo(this.flashConfig);
this.player.init(this.videoList[this.prev]);
this.player.on("playCompleted", function(){
_this.playNext();
});
this.playListNode.eq(0).addClass("selected");
this.titleInfo = this.videoList[0].title;
if(this.videoList[0].url!=""){
this.titleInfo = ''+this.videoList[0].title+'';
}
if(this.videoList[0].source!==''){
this.titleInfo += '
(来源:'+this.videoList[0].source+')';
}
this.titleNode.html(this.titleInfo);
},
playCurrent: function($this){
this.prev = this.current;
this.current = $this.parents(".J_Play_Item").index();
this.play(this.prev, this.current);
},
playNext: function(){
if(!this.contNode[0].checked){
return;
}
this.prev = this.current;
if(this.current >= this.length - 1){
return;
}
this.current++;
this.play(this.prev, this.current);
},
play: function(prev, current){
this.player.playVideo(this.videoList[current]);
this.titleInfo = this.videoList[current].title;
if(this.videoList[current].url!=""){
this.titleInfo = ''+this.videoList[current].title+'';
}
if(this.videoList[current].source!=""){
this.titleInfo += '
(来源:'+this.videoList[current].source+')';
}
this.titleNode.html(this.titleInfo);
this.playListNode.eq(prev).removeClass("selected");
this.playListNode.eq(current).addClass("selected");
}
}
Play.init(flashConfig, videoList);
})(jQuery);
新体讯 北京时间9月25日晚,2016斯诺克上海大师赛结束了全部比赛,在决赛的最后阶段,丁俊晖发挥出色,以10-6战胜马克-塞尔比,夺取了赛事冠军,整场比赛丁俊晖打出1个单杆过百和7个单杆50+,同时他也成为了上海大师赛十年来唯一一位获得了两次冠军的球员。自2014年中国赛之后,丁俊晖时隔29个月再夺排名赛冠军,也是他职业生涯的第12冠。
晚上进行的是决赛的第二阶段,第一阶段丁俊晖以6-3领先对手,晚上的比赛一开始,经过调整的塞尔比明显状态回升,连续打出单杆76分和单杆102分两杆零封对手,连扳两局将比分追至5-6。第十二局还是塞尔比先上手,拿下44分后局面不利于进攻,遂转入防守,几回合后丁俊晖尝试进攻失手,塞尔比薄进红球底袋再次上手,单杆53分超分取胜,这样一来,丁俊晖已经连续三局没有得分,塞尔比连追三局将比分扳平,双方又回到了同一起跑线。
第十三局丁俊晖开球后戴尔比选择母球沉底防守,丁俊晖拼进角度极大的红球底袋,随后打进黄球叫到较远的红球位,一杆静电导致进攻中断,塞尔比也没能抓住机会进攻失误,丁俊晖防守后塞尔比强攻失手,留下绝佳机会,丁俊晖上手单杆97分,再次取得领先,比分来到7-6。第十四局塞尔比依旧被丁俊晖压制,丁俊晖先取得46分后防守中再觅得机会上手打出单杆52分,单局零封对手将比分扩大至8-6,手握两局领先。
第十五局,防守中塞尔比强攻红球底袋不进,母球吃袋角弹到了非预想位置留下机会,丁俊晖上手,得到17分后母球失位转入防守,塞尔比拼进红球后上手,追成15-17后进攻中断,双方又陷入防守站,其间丁俊晖觅得机会上手后单杆63分赢下该局,比分变成9-6,丁俊晖拿到赛点,距冠军仅一步之遥。
第十六局,开球后丁俊晖不按常理出牌,很凶的一杆拼球将红球打进,可惜没有叫到彩球,随后防守,塞尔比似乎收到影响,与以往风格大相径庭,也非常凶狠的强攻红球,失手后留下大好机会,丁俊晖当然不能放过,上手后单杆拿下46分,却在进攻简单红球底袋失误后将大好局面留给了对手,压力之下塞尔比出乎意料的失误,丁俊晖再上手取得60-1超分,塞尔比不放弃,打进一红一彩后利用最后一颗红球做斯诺克,多个回合中打出了多次精彩的斯诺克和解球,最终随着塞尔比母球摔袋,比分被锁定在了10-6,丁俊晖取得了本年度上海大师赛的冠军。(曳影)