$('document').ready(function() {

	flowplayer("myPlayer", "/assets/scripts/flowplayer/flowplayer-3.2.7.swf", {
		
	// this is the player configuration. You'll learn on upcoming demos.
	plugins:  {
		controls:  {
			volume: false		
		}
	}
	});
	



});



