// JavaScript Document

function playVideo()
{
	flashembed("flashVideo", 
	  {
		 src:'flash/FlowPlayerLight.swf',
		 width:741,  
		 height:305,
		 bgcolor:'#ffffff',
		 wmode:'transparent'
	  },
	  {config: {   
		 videoFile: '../flash/Astrex_R1.flv',
		 initialScale: 'scale',
		 hideControls: 'true',
		 loop: 'false',
		 useNativeFullScreen: true
	  }} 
   )
}