// JavaScript Document
$f("videoPlayer", "/flash/flowplayer-3.1.1.swf",  {
				
clip: {
	url: '/flash/Buy-Stuff-TV-DEMO-WEB.flv',
	autoPlay: true, 
	autoBuffering: true
},

plugins:  {
	// default controls with the same background color as the page background
	controls:  {
		backgroundColor: '#000000',
		backgroundGradient: 'none',			
		all:false,
		scrubber:true,
		mute:true,
		height:30,
		progressColor: '#9e331a',
		bufferColor: '#333333'
	},
	
	// time display positioned into upper right corner
	time: {
		url: '/flash/flowplayer.controls-3.1.1.swf',
		top:0,
		backgroundGradient: 'none',
		backgroundColor: 'transparent',
		buttonColor: '#254558',
		all: false,
		time: false,
		height:40,
		right:30,
		width:100 
	}
},

// canvas coloring and custom gradient setting
canvas: {
	backgroundColor:'#254558',
	backgroundGradient: [0.1, 0]
}

});