﻿// JScript File

 // By use of this code snippet, I agree to the Brightcove Publisher T and C 
 // found at http://corp.brightcove.com/legal/terms_publisher.cfm. 

 var config = new Array();
 var boolPlayerEnabled;
 var boolIsPlaying;
 var boolPlayPause;
 var intLineupID;
 var strVideos;
 var strVideoInfo;

 var intGDuration;
 var intGTotalBytes;
 var intGPosition;
 
 boolPlayerEnabled=false;
 boolIsPlaying=false;
 boolPlayPause=false;

 /* 
 * feel free to edit these configurations
 * to modify the player experience
 */
 config["videoId"] = null; //the default video loaded into the player
 config["videoRef"] = null; //the default video loaded into the player by ref id specified in console
 config["lineupId"] = null; //the default lineup loaded into the player
 config["playerTag"] = null; //player tag used for identifying this page in brightcove reporting
 config["autoStart"] = false; //tells the player to start playing video on load
 config["preloadBackColor"] = "#000000"; //background color while loading the player
 config["useOverlayMenu"] = "false";

  /* 
 * set the player's size using the parameters below
 * to make this player dynamically resizable, set the width and height as a percentage
 */
 //config["width"] = 480;
 //config["height"] = 360;
 
 /* do not edit these config items */
 //config["playerId"] = 1452197346;
 
 config["width"] = 365;
 config["height"] = 255;

 /* do not edit these config items */
 config["playerId"] = 1507785551;     
