var playervars = {    
		contentpath: "http://www.specialistspeakers.com/content",
		video: "../speaker-videos/Sspeakers-Jonathan-Gabay-TV-0011.flv",
		preview: "whitebck_plain.png",
		videowidth: "340" ,
		videoheight: "215" ,							
	    autoscale: "false",
		autoplay: "false" ,
		skin: "skin-play-seek-fullscreen-vol.swf",
		skincolor: "aa8da9"
	};	
  			
		var params = { scale: "noscale", allowfullscreen: "true", salign: "tl", bgcolor: "#ffffff", base: "http://www.specialistspeakers.com/"};  	
		var attributes = { align: "center" };
		
	swfobject.embedSWF("flvplayer.swf", "videoCanvas", "350", "265", "9.0.28", "expressInstall.swf", playervars, params, attributes);
        

