function player_my( pl )
{
	            if( pl < 10) pl = "0" + pl; 
				flowplayer("player"+pl, "./include/flowplayer-3.1.5.swf", 
				{ 
				  canvas: {
					 backgroundImage: "url(./preview/"+pl+"/video.jpg)"},
					 
				  plugins: {
					controls: null
						   },
					   
				  clip : {      
					autoPlay: false,        
					autoBuffering: false}
						
				});
}
