﻿////////////
// GLOBAL //
////////////

var params = 
{
	// properties of the embed and object html tags
	menu: 	"true",
	scale: 	"noscale", 
	wmode: 	"transparent"
};

/////////////////////////////////
// Header videoPlayer varibles //
/////////////////////////////////
var flashvars = 
{
	//custom flash vars go here as JavaScript object properites
	//use native data types where necessary i.e. Boolean, Number, String
	xmlPath: path + "/content/xml/live/home.xml",
	siteRoot: path
};

var attributes = 
{
	// any custom HTML attributes
	id: 	"flashMovie",
	name: 	"flashMovie"
};



///////////////////////////////
// Header video Player embed //
///////////////////////////////

// does the actual embed, replace all values wrapped in <>
swfobject.embedSWF(path + "/flash/terminalmap.swf", "flashMovie", "935", "690", "9.0.0", "js/swfobject/expressInstall.swf", flashvars, params, attributes);
