
	flowplayer("a.myPlayer", "flowplayer/flowplayer-3.2.2.swf",{
				clip: 	{
							autoPlay: false,
							autoBuffering: true
						},
				
				plugins: {
					// The controlbar is called "controls". By tweaking this, you can modify its look and feel
					controls: {

						// location of the controlbar plugin
						url: 'flowplayer/flowplayer.controls-3.2.1.swf',
						
						// styling
						
						//top: 0,
						left: 5,
						bottom: 5,
						opacity: 0.5,
						height: 25,
						background: 'transparent',
						backgroundGradient: 'none',
						timeColor: '#00BADF',
						all: false,
						play: true,
						scrubber: true,
						play:true,
						volume:true,
						mute:true,
						time:true,
						stop:true,
						playlist:false,
						fullscreen:true,
						
						scrubberHeightRatio: 0.4,
						scrubberBarHeightRatio: 0.3,
						volumeSliderHeightRatio: 0.4,
						volumeBarHeightRatio: 0.3,
						timeBgHeightRatio: 0.7,
						
						timeSeparator: '/',
						timeFontSize: 10,
						
						durationColor: '#ffffff',
						progressColor: '#00BADF',
						
						// tooltips (since 3.1)
						tooltips: {
							buttons: true,
							fullscreen: 'Fullscreen'
						}
					}
				}
			
	});

