function displaya(file,set){  
	if (set && window.location.hash !=""){
		
		file = "http://www.denniscardoza.com/content/uploads/originals/Videos/" + window.location.hash.substr(1);
	
	}
	//load the flash movie
	    flashembed("movie", 
	      {
	      src:BasePath+'/content/swfs/FlowPlayerLight.swf',
				width: '400', 
				height: '320'
	      },{
        
      config: {   
	
       playList:[{url:file}],
            autoRewind:true,
            usePlayOverlay:false,
			autoPlay: true,
			loop: false,
			autoBuffering:true,
			initialScale:'fit',
			controlBarGloss:'high',
			controlsOverVideo:'ease',
			backgroundColor:'0xffffff',
			controlBarBackgroundColor:'0xE6242C',
			showWatermark:'fullscreen',
			splashImageFile:'images/splash.jpg'

	      }
        } 
	      

	   )
     ;
	   

}


	

