play
丁俊晖无缘世锦赛冠军
play
丁俊晖世锦赛决赛回顾
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: '250574696',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250574696.html',
title:'丁俊晖无缘世锦赛冠军'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250574696/s.swf"
},
{
video_id: '250574700',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250574700.html',
title:'丁俊晖世锦赛决赛回顾'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250574700/s.swf"
},
{
video_id: '250574919',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250574919.html',
title:'丁俊晖外教评小丁表现'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250574919/s.swf"
},
{
video_id: '250575122',
source:'',
pid:'6',
url: 'http://video.sina.com.cn/view/250575122.html',
title:'塞尔比夺冠举蓝狐队旗'//,
//swfOutsideUrl:"http://you.video.sina.com.cn/api/sinawebApi/outplayrefer.php/video_id=250575122/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);
新体讯 北京时间5月3日,世界斯诺克锦标赛的比赛全部结束,经历了32局激战后丁俊晖14-18不敌塞尔比,遗憾无缘本届世锦赛冠军,塞尔比继2014年后再次夺冠,成为第六位获得过两次以上世锦赛冠军的球员。丁俊晖在本次世锦赛上打出了15次单杆过百仅次于皇帝亨德利的16杆,并创造了亚洲人首进决赛等多个历史第一,尽管没能夺冠,虽败犹荣。
丁俊晖与塞尔比在前三个阶段打成11-14,丁俊晖落后三局,决赛的最后阶段在当地时间晚上7点开始。第二十六局,丁俊晖进攻红球底袋不进,红球跟随母球反弹到顶案区漏机会,塞尔比打进红球顶袋上手,得到57分后母球与红球堆上方红球形成贴球,在顾忌之下塞尔比进攻红球中袋略厚中断得分,随后丁俊晖拼红球底袋不进漏机会,塞尔比再次上手以103-0将比分扩大到15-11。
第二十七局经过两回合防守塞尔比将母球防到黄球旁边,只留了在球台右侧的一颗半贴库的红球可以打到,丁俊晖进攻这颗红球偏出给对手留下了中台机会,塞尔比随即打进红球底袋上手,得到27分后转入防守,丁俊晖在一次解球失误送出4分后第二次解球获得上佳效果,塞尔比强攻失误后将大好局面交到对手手上,丁俊晖上手取得60-31领先,之后的防守中塞尔比通过一杆翻袋再次上手单杆清台以67-60再赢一局,比分来到16-11。
第二十八局开球后塞尔比选择母球沉底防守,丁俊晖大胆的薄进高难度红球中袋上手,得到14分后K红球堆未获好机会,遂转入防守,塞尔比经过近三分钟的长考选择将母球推一库后轻贴球堆,不料漏出了红球中袋机会,丁俊晖打进红球顺利叫到粉球位再次上手以87-0追回一局,将比分改写成12-16。
第二十九局开球后丁俊晖果断进攻红球底袋得手后打黄球不进,两人继续较量防守,之后丁俊晖两次上手取得38-0领先,塞尔比急于拿下比赛再次犯错令丁俊晖再上手单杆70分将比分追至13-16。短暂休息后第三十局开始,几回合防守后丁俊晖打进远台红球率先上手,随后单杆103分赢下该局,将比分追至14-16,比分差距又一次缩小到了两局。
第三十一局塞尔比在被连追三局之后更加谨慎,经过多回合的防守战后塞尔比一杆连攻带守的击打打进一颗组合球,之后利用黄球做了一杆高质量的斯诺克,尽管丁俊晖顺利解到了红球,但失去了防守的主动权,在两杆以后漏出了红球底袋机会给对手,不料塞尔比却将简单的红球底袋打丢并留下红球中袋机会,丁俊晖上手拿下7分,然而之后打丢蓝球底袋将球权又交还给了对手,塞尔比仅得6分就错失边库黑球,双方再陷防守鏖战,期间丁俊晖本有机会上手,但多次失误频送机会令对手几次上手取得50-7领先,在球型复杂的局面下丁俊晖渐渐处于下风,塞尔比收掉最后三颗红球以59-11赢下关键的一局,拿到赛点。
第三十二局,丁俊晖打红球堆左侧防守时略薄导致母球从顶库弹起过多漏出中台红球底袋机会,塞尔比打进红球上手后利用打蓝球的机会炸散红球堆,随后单杆74分赢下最后一局将比分定格在18-14,赢下决赛,获得了本届世锦赛冠军。(曳影)