เหมาะสำหรับผู้ชมทุกวัย
OPV Chain KAT-TUN
provider: 'http',
'plugins':
{
'hd-2':
{
'file':hq_video_file
},
'https://alive.in.th/player/cbplayer/plugins/related/related.swf':
{
file: cb_player_url+'/plugins/related/related_videos.php'+
'?vid=11096&title=OPV+Chain+KAT-TUN&tags=kat-tun%2C%E0%B8%84%E0%B8%B1%E0%B8%95%E0%B8%95%E0%B8%B8%E0%B8%99%2Ckattun%2Ckamenashi%2Ckazuya%2Ckame%2C%E0%B8%84%E0%B8%B2%E0%B9%80%E0%B8%A1%E0%B8%99%E0%B8%B2%E0%B8%8A%E0%B8%B4%2C%E0%B8%84%E0%B8%B2%E0%B8%8B%E0%B8%B6%E0%B8%A2%E0%B8%B0%2C%E0%B8%84%E0%B8%B2%E0%B9%80%E0%B8%A1%E0%B8%B0%2Ctaguchi%2Cjunnosuke%2Cjunno%2C%E0%B8%97%E0%B8%B2%E0%B8%81%E0%B8%B8%E0%B8%88%E0%B8%B4%2C%E0%B8%88%E0%B8%B8%E0%B8%99%E0%B9%82%E0%B8%99%E0%B8%B0%E0%B8%AA%E0%B8%B8%E0%B9%80%E0%B8%81%E0%B8%B0%2C%E0%B8%88%E0%B8%B8%E0%B8%99%E0%B9%82%E0%B8%99%E0%B8%B0%2Ctanaka%2Ckoki%2C%E0%B8%97%E0%B8%B2%E0%B8%99%E0%B8%B2%E0%B8%81%E0%B8%B0%2C%E0%B9%82%E0%B8%84%E0%B8%84%E0%B8%B4%2Cueda%2Ctatsuya%2C%E0%B8%AD%E0%B8%B8%E0%B9%80%E0%B8%AD%E0%B8%94%E0%B8%B0%2C%E0%B8%97%E0%B8%B1%E0%B8%95%E0%B8%AA%E0%B8%B6%E0%B8%A2%E0%B8%B0%2C%E0%B8%97%E0%B8%B1%E0%B8%95%E0%B8%88%E0%B8%B1%E0%B8%87%2Cnakamaru%2Cyuichi%2C%E0%B8%99%E0%B8%B2%E0%B8%81%E0%B8%B2%E0%B8%A1%E0%B8%B2%E0%B8%A3%E0%B8%B8%2C%E0%B8%A2%E0%B8%B9%E0%B8%AD%E0%B8%B4%E0%B8%88%E0%B8%B4%2C%E0%B9%80%E0%B8%8A%E0%B8%99%2CChain%2COPV+',
usedock :false,
heading :'More suggested videos'
}
}
,
'logo':{
file :player_logo ,
link :baseurl,
margin : '',
position : 'top-left',
timeout : '3',
over :'1',
out :'0.5'
},
'abouttext' : 'Hello Alive Project',
'aboutlink' : baseurl,
events:{
onComplete:function()
{
if(next_item)
{
if($.cookie('auto_play_playlist'))
window.location = next_item;
}
}
}
});
var video_quality = 'normal';
function cb_toggle_quality()
{
jwplayer().stop();
if(video_quality=='normal')
{
video_quality = 'hq';
jwplayer().load(hq_video_file);
jwplayer().play();
}else
{
video_quality = 'normal';
jwplayer().load(normal_video_file);
jwplayer().play();
}
}
has_hq_function = true;
hq_function = cb_toggle_quality;
-->