$(document).ready(function() {

flowplayer("player", {src:'/Portals/60407/flowplayer/flowplayer.commercial-3.2.2.swf', wmode:'transparent'},
{

	// hubspot site key
	key: "#@9d852247ebf06e0fe43",


	canvas:  { 
		backgroundGradient: 'none',
		backgroundColor: 'transparent'
	},




	plugins: {

		controls: {
			all: false,
			play:true,
			volume:true,
			mute:true,
			fullscreen:true,		
			backgroundGradient: 'low',
			backgroundColor:'#000000',
			autoHide: true,
		}

	}

});

});
