var playervars = {    
		contentpath: "http://www.bizawards.co.uk",
		video: "tv/2011/LBA2011.flv",
		preview: "content/bck_businessawards2011.png",
		videowidth: "440" ,
		videoheight: "260" ,							
	    autoscale: "false",
		autoplay: "false" ,
		skin: "skin-play-seek-fullscreen-vol.swf",
		skincolor: "3c4184"
	};			
		var params = { scale: "noscale", allowfullscreen: "true", salign: "tl", bgcolor: "#ffffff", base: "http://www.bizawards.co.uk/"};  	
		var attributes = { align: "right" };	
		swfobject.embedSWF("flvplayer.swf", "videoCanvas", "460", "350", "9.0.28", "expressInstall.swf", playervars, params, attributes);
