function initShowreel(_flowSWF, _controlSWF)
{
	flowplayer("player",		
	{			
		src: _flowSWF
		, wmode: 'transparent'
	},
	{ 
    key: "#$843258a9671056244c8",
    plugins: {
    	// The controlbar is called "controls". By tweaking this, you can modify its look and feel 
        controls: { 
			// location of the controlbar plugin 
			url: _controlSWF, 
			
			backgroundColor: "#000000", 
			backgroundGradient: "none", 
						
			height: 30,
						
			// controlbar specific settings
			progressColor:"#6db140",
			progressGradient:"medium",
			bufferColor:"#999999",
			bufferGradient:"medium",
			sliderColor:"#666666",
			sliderGradient:"none",
			timeColor: "#ffffff", 
			volumeSliderColor:"#999999",
			volumeSliderGradient:"none",
			timeBgColor: null,
			buttonColor:"#999999",
			buttonOverColor:"#7a7a7a",
						
			all: false,
			play: true,
			volume: true,
			time: true,
			scrubber: true, 
			autoHide: "always"
        	} 
        }
	});
}
