flowplayer("player", {src: "flowplayer-3.1.5.swf", wmode: 'opaque'},{
plugins:  {         
	controls: {
             // tooltips configuration
             tooltips: {
             // enable english tooltips on all buttons
             buttons: true,
             // customized texts for buttons
             play: 'PLAY',
             pause: 'PAUSE',
             fullscreen: 'FULL SCREEN'
             },
             // background color for all tooltips
             tooltipColor: '#112233',
             // text color
             tooltipTextColor: '#00FFFF'
          }
     },  
		clip:  {
		         autoPlay: false,
		         autoBuffering: false
		     }
		});
