var videoName = ""; 
var streamingServerURL = ""; 
var width = 320;
var height = 240;
var introFrame = "http://www.nait.ca/flash_videos/assets/nait_title.png"; 
var title = "";
var autoPlay = "false";
var stageColor = "#eeeeee";
var videoXML = "";
var showListControl = "false";
var showChapterControl = "false";
var isLive = "false";
var debugMode = "false";
var videoListTitle = "";
var isAudio = "false";

var videoDivID = "naitVideo";

// this property is for capturing a video index from the query string 
// so that a video can be deep linked to
var jumpToVideoIndex = "-1";

