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

