/*
  Custom Player Localize Setup
  @author Park U-yeong (ACG)
  @sitecode {sitecode}
*/

if ( customPlayer ) {
  // player skin style setting
  // customPlayer.style( 'playerName', ' width | height | playerID | playerKey | type( videoPlayer / videoList ) ', useDefault );

  if(isFlashAvailable) {
    //customized Player
    customPlayer.style( 'singlePlayer',         '462|300|{col_c}|{col_d}|videoPlayer', true ); // default style
    customPlayer.style( 'multiPlayer',          '462|459|{col_e}|{col_f}|videoList' );
    customPlayer.style( 'galleryPlayer',        '664|374|{col_g}|{col_h}|videoPlayer' );
    customPlayer.style( 'articlePlayer',        '628|353|{col_g}|{col_h}|videoPlayer' );
    customPlayer.style( 'viewDemoSinglePlayer', '710|455|{col_i}|{col_j}|videoPlayer' );
    customPlayer.style( 'viewDemoMultiPlayer',  '871|455|{col_k}|{col_l}|videoList' );
  }
  else {
    //basic Player(support HTML5)
    customPlayer.style( 'singlePlayer',         '462|300|{col_m}|{col_n}|videoPlayer', true ); // default style
    customPlayer.style( 'multiPlayer',          '462|459|{col_o}|{col_p}|videoList' );
    customPlayer.style( 'galleryPlayer',        '664|374|{col_m}|{col_n}|videoPlayer' );
    customPlayer.style( 'articlePlayer',        '628|353|{col_m}|{col_n}|videoPlayer' );
    customPlayer.style( 'viewDemoSinglePlayer', '710|455|{col_m}|{col_n}|videoPlayer' );
    customPlayer.style( 'viewDemoMultiPlayer',  '871|455|{col_o}|{col_p}|videoList' );
  }

  // sns list
  customPlayer.snsList( 'facebook', 'twitter', 'youtube' );

  // default value
  //customPlayer.linkURL = ''; // copy link ( '' - location.href )
  //customPlayer.linkParam = ''; // modify linkURL parameters
}
