เหมาะสำหรับผู้ชมทุกวัย
[Thai Sub] 130424 KBS INFINITE Live Tong
provider: 'http',
'plugins':
{
'hd-2':
{
'file':hq_video_file
},
'http://alive.in.th/player/cbplayer/plugins/related/related.swf':
{
file: cb_player_url+'/plugins/related/related_videos.php'+
'?vid=19182&title=%5BThai+Sub%5D+130424+KBS+INFINITE+Live+Tong&tags=thai%2Cthailand%2Csub%2Csubtitle%2Ctrans%2Ctranslate%2Ctranslation%2Cthai+sub%2Cthaisub%2Cinfinite%2Cinspirit%2Cinfinite+thai+sub%2Cinfinite+thaisub%2Cinfinite+subthai%2Cinfinite+sub+thai%2Csubthai%2Csub+thai%2Cinfinitethsub%2Cinfinite+thsub%2C130424%2Ckbs%2Clive%2Ctong%2C%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%97%2C%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%AA%E0%B8%9B%E0%B8%B4%E0%B8%A3%E0%B8%B4%E0%B8%97%2C%E0%B9%84%E0%B8%97%E0%B8%A2%E0%B8%8B%E0%B8%B1%E0%B8%9A%2C%E0%B8%8B%E0%B8%B1%E0%B8%9A%E0%B9%84%E0%B8%97%E0%B8%A2%2C%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%97%E0%B9%84%E0%B8%97%E0%B8%A2%E0%B8%8B%E0%B8%B1%E0%B8%9A%2C%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%97+%E0%B9%84%E0%B8%97%E0%B8%A2%E0%B8%8B%E0%B8%B1%E0%B8%9A%2C%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%97%E0%B8%8B%E0%B8%B1%E0%B8%9A%E0%B9%84%E0%B8%97%E0%B8%A2%2C%E0%B8%AD%E0%B8%B4%E0%B8%99%E0%B8%9F%E0%B8%B4%E0%B8%99%E0%B8%B4%E0%B8%97+%E0%B8%8B%E0%B8%B1%E0%B8%9A%E0%B9%84%E0%B8%97%E0%B8%A2',
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;
-->