document.write("<SCR" + "IPT LANGUAGE='JavaScript' SRC='/video/flowplayer/jquery/jquery.min.js' TYPE='text/javascript'><\/SCR" + "IPT>");

document.write("<SCR" + "IPT LANGUAGE='JavaScript' SRC='/video/flowplayer/flowplayer-3.1.4.min.js' TYPE='text/javascript'><\/SCR" + "IPT>");

function MostrarVideoPle(){
$f("player","/video/flowplayer/flowplayer.commercial-3.1.5.swf",{

	key: '#@8b5a4bd7d4291413152' ,
	
	clip: {

		scaling: 'fit', 
		cuepointMultiplier: 1 
	
	},
	
	plugins: {
	
		rtmp: {url: '/video/flowplayer/rtmp/flowplayer.rtmp-3.1.3.swf',netConnectionUrl: 'rtmp://81.25.113.45/live/'},
		
		controls: {

			// location of the controlbar plugin 
			url: '/video/flowplayer/flowplayer.controls-3.1.5.swf', 
			
			// display properties such as size, location and opacity 
			//top: 0, 
			left: 0, 
			bottom: 0, 
			opacity: 0.99,
			scrubberHeightRatio: 0.4,
			scrubberBarHeightRatio: 0.5,
			volumeSliderHeightRatio: 0.4, 
			volumeBarHeightRatio: 0.5, 
			timeBgHeightRatio: 0.9,
			
			// styling properties (will be applied to all plugins) 
			//background: '#E36A17 url(/media/img/negre.png) no-repeat 0px 0px',
			backgroundGradient: 'none', 
			
			// controlbar specific settings 
			timeColor: 		'#E36A17', 
			durationColor: 				'#ffffff', 
			progressColor: 		'#E36A17',   
			progressGradient:'none', 
			bufferColor: 			'#6c6c6c', 
			bufferGradient: 'none', 
			sliderColor: 				'#000000',   
			sliderGradient: 'none',  
			buttonColor: 		'#E36A17', 
			buttonOverColor: 		'#6c6c6c', 
			volumeSliderColor: 	'#E36A17', 
			volumeSliderGradient: 'none', 
			timeBgColor: 				'#403f3f', 
			tooltipColor: 				'#000000', 
			tooltipTextColor: 	'#E36A17',
			all: true, 
			play: true, 
			playlist: false,
			scrubber: true,
			mute: true,
			volume: true,
			
			
			// tooltips (since 3.1) 
			tooltips: { 
				buttons: true, 
				fullscreen: 'veure a tota la pantalla',
				mute: 'silenciar audio',
				unmute: 'activar audio', 
				stop: 'aturar', 
				play: 'reproduir', 
				pause: 'pausa', 
				fullscreenExit: 'tornar a la pantalla normal'
				
			} 	
	
		}

	},
	
	playlist:[
	
		{
		url:'rtmp://81.25.113.45/live/SA309/sabadell',
		autoPlay:true,
		autoBuffering:true
		}
	]
	
});










}

