$f("splash", {src: 'flowplayer-3.1.5.swf', wmode: 'opaque'},  {

	plugins:  {
		controls:  {
			backgroundGradient: 'none',
			backgroundColor: 'transparent',
			all:false,
			play:true,
			mute:true,
			progressColor: '#77cc38', 
            		bufferColor: '#48970e' ,
            		buttonColor: '#48970e' ,
            		buttonOverColor: '#77cc38' ,
            		timeColor: '#48970e' ,
            		timeBgColor: '#48970e' ,
            		sliderColor: '#48970e' ,
            		tooltipColor: '#48970e' ,
			scrubber:true
		}
	},
	
	canvas: {
		backgroundColor:'#48970e',
		backgroundGradient: 'high'
	},
	
	screen: {
		height:311,
		bottom:0	
	},
	
	play: {
		replayLabel: 'Volver a ver' 
	},
	
	clip: { onFinish: function(){this.getPlugin("play").css({opacity:0})} }
	
});