window .onload = function() 
		 {  
		 	flowplayer( "player", 
				    base_url + "/flash/flowplayer-3.0.7.swf",
				    { 
					clip: { 
			    			autoPlay: false, 
			        		autoBuffering: true 
					      }
				    } ) ;
		 } ;

