function displaya(movie){  
	
	//load the flash movie
	    flashembed("movie", 
	      {
	      src:'FlowPlayerLight.swf',
				width: 540, 
				height: 350
	      },{
        
      config: {   
	
      videoFile: movie,
			autoPlay: true,
			loop: false,
			autoBuffering:true,
			initialScale:'fit',
			controlBarGloss:'high',
			controlsOverVideo:'ease',
			showStopButton:'true',
			watermarkUrl:'images/tflogo.png',
			showWatermark:'fullscreen',		
            emailVideoLink: "http://www.telefeed.com",
			emailPostUrl: "email2.php"

	      }
        } 
	      

	   )
     ;
	   

}
	

