function displaya(file){  
	
	//load the flash movie
	    flashembed("movie", 
	      {
	      src:'FlowPlayerLight.swf',
				width: '600', 
				height: '400'
	      },{
        
      config: {   
	
      videoFile: file,
			autoPlay: true,
			loop: false,
			autoBuffering:true,
			initialScale:'fit',
			controlBarGloss:'high',
			controlsOverVideo:'ease',
			backgroundColor:'0xffffff',
			controlBarBackgroundColor:'0xE6242C',
			showWatermark:'fullscreen',
			emailPostUrl: 'email2.php'
 
	      }
        } 
	      

	   )
     ;
	   

}


	


