');
} else {
document.write('');
}
$(function(){
var loader = $('
');
loader.attr('id','loader_detail');
loader.attr('src','/shopping/movie/img/loading.gif');
$('#videoPlayer').prepend(loader);
});
videoObj = '';
var myPlayer = '';
var gaCat = '';
$(window).load(function(){
$('#loader_detail').remove();
var urlStr = 'http://' + location.hostname + '/shopping/movie/movie_player_new.html?video_id=' + getVideoID() +'&width=684&height=400';
if(is_FF() && document.location.protocol === 'https:'){
$('.ffjump').children('a').attr('onclick',"window.open('" + urlStr + "', 'japanetPlayer');");
$('.ffjump').show();
}
OBG_MOVIE_LIB.productDetailCVSSet();
videojs('jntNewPlayer').ready(function(){
myPlayer = videojs('jntNewPlayer');
myPlayer.catalog.getVideo(getVideoID(), function(error, video){
if(video.rawSources_[0].height == video.rawSources_[0].width){
var videoIds = getVideoID().replace('ref:','');
parent.$('html').find('iframe[src*="' + videoIds + '"]')
.animate({width :'550px'}, 0, 'swing')
.animate({height:'550px'}, 1000, 'swing');
$('.movieArea') .animate({width :'550px'}, 0, 'swing')
.animate({height:'550px'}, 0, 'swing');
} else {
var videoIds = getVideoID().replace('ref:','');
parent.$('html').find('iframe[src*="' + videoIds + '"]')
.animate({width :'648px'}, 0, 'swing')
.animate({height:'385px'}, 1000, 'swing');
$('.movieArea') .animate({width :'648px'}, 0, 'swing')
.animate({height:'385px'}, 0, 'swing');
}
});
});
$('.loadBox').fadeOut();
});
//-->