เหมาะสำหรับผู้ชมทุกวัย
WOE 230414 Napo Leon Sv Angeling
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=31593&title=WOE+230414+Napo+Leon+Sv+Angeling&tags=Ragnarok+Online',
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;
-->