// Flowplayer installation with Flashembed configuration 
flowplayer("videoPlayer", { 
 
    src: 'flowplayer.commercial-3.1.5.swf'
},
{
    key: '#$f1c84a9f160820840b3',
	
	clip: {
		autoPlay: true,
		autoBuffering: true
	},
	
	//playlist: [
		//'/mov/13Minutes_JAP.flv',
		//'/mov/13Minutes_RUS.flv'
	//],
	canvas:  { 
		backgroundColor: '#000000', 
        backgroundGradient: [0, 0] 
	},
	plugins: {
		hello:  { 
            url: 'video-frame.swf', 
            top: 0,
			left: 0,
			width: '107%',
			height: '105%',
			zIndex: 1
        },
  	 controls: {
		url: 'flowplayer.controls-3.1.5.swf',
		playlist: true,
		zIndex: 2,
		autoHide: 'always',
		hideDelay: 3000,
      	sliderGradient: 'none',
      	buttonColor: '#CC0000',
      	timeColor: '#CC0000',
      	sliderColor: '#CC0000',
     	volumeSliderGradient: 'none',
     	volumeSliderColor: '#cc9999',
     	bufferGradient: 'none',
      	progressGradient: 'medium',
      	durationColor: '#FFFFFF',
      	borderRadius: '0px',
      	backgroundGradient: [0.0,0.0,0,0,0],
      	tooltipColor: '#5F747C',
      	backgroundColor: '#000000',
      	progressColor: '#CC0000',
      	bufferColor: '#3e0000',
      	tooltipTextColor: '#ffffff',
      	timeBgColor: '#000000',
      	buttonOverColor: '#cc9999',
      	height: 24,
      	opacity: 1.0
   		}
	}
}); 
// JavaScript Document
