$(document).ready(function(){

	// Install FlowPlayer (Using release 3.1.5; Current release 3.2.2)
	flowplayer("player", "/Style Library/js/flowplayer-3.1.5.swf");


	if($('#player').length > 0)
	{
		flowplayer("player", $('#embedflash a').attr('RelativeURL') + "Style%20Library/js/flowplayer-3.1.5.swf", {
			clip:
			{
			autoPlay:false,
			autoBuffering:true
			},
			plugins: 
			{         
				controls: {             
				url: 'flowplayer.controls-tube-3.1.5.swf',   
				time: false
				}      
			}      
		});
	}


});
