initFlash();

function globalflashvars(){
	this.backcolor = '000000';
	this.frontcolor = 'ffffff';
	this.lightcolor = 'ffffff';
	this.screencolor = '000000';
	//
	this.controlbar = 'over';
	this.controlbarsize = '5';
	//
	this.width = '699';
	this.height = '350';
	//
	this.autostart = 'false';
	this.bufferlength = '1';
	this.icons = 'true';
	this.quality = 'true';
	this.repeat = 'always';
	this.resizing = 'true';
	this.stretching = 'uniform';
}

function initFlash(){
	var params = { allowfullscreen:'true',allowscriptaccess:'always' };
	var attributes = {};
	swfobject.embedSWF('assets/flash/player.swf','movie1','695','748','9.0.0',false,{flv:'../movies/comp1.flv',image:'assets/movies/comp1.jpg'},params,attributes);
	swfobject.embedSWF('assets/flash/player.swf','movie2','695','444','9.0.0',false,{flv:'../movies/comp2.flv',image:'assets/movies/comp2.jpg'},params,attributes);
	swfobject.embedSWF('assets/flash/tech.swf','tech','695','400','10.0.0',false,{flv:'../movies/comp2.flv',image:'assets/movies/comp2.jpg'},params,attributes);
	// set vars
	/*flashvar1 = new globalflashvars();
	flashvar1.file = '../movies/vid1.flv';
	flashvar1.image = 'assets/images/vid1.jpg';
	flashvar2 = new globalflashvars();
	flashvar2.file = '../movies/vid2.flv';
	flashvar2.image = 'assets/images/vid2.jpg';
	// add swfs
	var params = { allowfullscreen:'true',allowscriptaccess:'always' };
	var attributes = {};
	swfobject.embedSWF('assets/flash/player.swf','movie1','699','350','9.0.0',false,flashvar1,params,attributes);
	swfobject.embedSWF('assets/flash/player.swf','movie2','699','350','9.0.0',false,flashvar2,params,attributes);*/
}

$(init);

function init(){
	FB.init({appId:'118654184832832',status:true,cookie:true,xfbml:true});
}
