/*
 * window.onload event occurs after all HTML elements have been loaded
 * this is a good place to setup your Flash elements
 */
window.onload = function() {

	 
		
	
	    flashembed("video_50", {
	        src:'/assets/flash/MediaPlayer/flowplayer/FlowPlayerLight.swf',
							        width: 400,
		        height: 251,
						        bgcolor:'#ffffff'
	      },
	      {config: {
	  			videoFile: '/FTP/upload/video/VidAn.flv',
	  			splashImageFile: '/assets/video/VidAn.jpg',	  			autoPlay: false,
	  			autoBuffering: true,
	  			startingBufferLength: 5,
	  			bufferLength: 10,
	  			autoRewind: true,
	  			loop: false,
	  			initialScale: 'scale',
	  			useSmoothing: true,
	  			showFullScreenButton: false,
	  			showMenu: false
	      }}
	   );
	
		
	}