	var flashvars = {};
	
		/* flv player parameters */		
		flashvars.playerpath = "http://www.fibro.de/movie/"; 				// do not use relative paths! This is just a local example.
		flashvars.contentpath = "http://www.fibro.de/movie/";	   // Use http://www.example.com/myfolder or /myfolder instead
		
		flashvars.video = "fibro_imagefilm_en.flv";
		flashvars.preview = "demo-preview_en.jpg";						
		
		flashvars.skin = "skin-applestyle.swf";
		flashvars.skincolor = "FF6633";
		flashvars.skinscalemaximum = "1";				

		flashvars.autostart = "true";
		flashvars.autoscale = "true";
		// set autoscale to false to use width and height
		flashvars.videowidth = "360";	
		flashvars.videoheight = "230";
		
		//flashvars.captions = "demo-captions.xml";
		//flashvars.preroll = "demo-ad.flv";
		/* end */		
					
		var params = {};
			params.scale = "noscale";
			params.allowfullscreen = "true";
			params.salign = "tl";
		
		var attributes = {};
			attributes.align = "left";
		
	/* embed flv player */			
	// adapt the path to flvplayer.swf and expressInstall.swf
	// adapt the display size of the flash file	
	swfobject.embedSWF("movie/flvplayer.swf", "videoPlayer", "360", "230", "9.0.28", "movie/expressInstall.swf", flashvars, params, attributes);
	/* end */	
	



