	 flashembed("video", 
		/* 
			first argument supplies standard Flash parameters. See full list:
			http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
		*/
		{
			src:'/flash/FlowPlayerLight.swf',
			wmode: 'opaque',
			width: 448, 
			height: 336
		},
		
		/*
			second argument is Flowplayer specific configuration. See full list:
			http://flowplayer.org/player/configuration.html
		*/
		{config: {   
			streamingServerURL: 'rtmpt://abbott.fcod.llnwd.net/a1915/o18/AN',
      			videoFile: 'SIMILAC_062608_300-448x336',
			autoPlay: true,
			autoBuffering: false, /*false save bandwidth*/
			useSmoothing: true,
			controlBarBackgroundColor:'0x7398B5',
			controlBarGloss: 'high', /*'high', 'low' or 'none'*/
		 	showMenu: false
		}} 
	);
