flowplayer("player", "flowplayer-3.1.2.swf",{
	clip: { 
        autoPlay: false, 
        autoBuffering: true,
		//onBeforePause: function() {return false;},
		//onBeforeFinish: function() {this.play(0);return false;},
		onStart: function() {this.setVolume(80);return false;}
		//onFinish: function() {alert("Click Player to start video again");}
    },
	canvas: { 
		backgroundGradient: 'none', 
		backgroundImage: 'url(splashvid.jpg)'
	},
	plugins: {
    controls: {   

            all:false, 
            scrubber:true, 
            play:true, 
            mute:true,
			volume: true,
			fullscreen:false,
			autoHide: 'always',  
			// colors
            bufferColor: '#000000', 
			backgroundImage: 'url(splashvid.jpg)',
            progressColor: '#cc0000',             
            buttonColor: '#cc0000', 
            buttonOverColor: '#ff0000',
            tooltipColor: '#cc0000'
			
	},
	/*
    content: {  
        url: 'flowplayer.content-3.1.0.swf', 
        top: 5,
        width: 120, 
		height: 30,
        borderRadius: 10,
		//backgroundImage: 'url(splashvid.jpg)',
        stylesheet: '',
        style: {
			'.title': { 
				fontSize: 13, 
				fontFamily: 'arial',
				color: '#FFFFFF',
				textAlign: 'center',
				fontWeight: 'bold'
			},
			'.highlight': { 
				color: '#339999', 
				fontWeight: 'bold' 
			}
        },
//	html: '<p class="title"><a href="#">ENTER HERE</a></p>'
	}
	*/
}
});