
	 /*
		use flashembed to place flowplayer into HTML element 
		whose id is "example" (below this script tag)
	 */
	 flashembed("example1", 
	
		/* 
			first argument supplies standard Flash parameters. See full list:
			http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_12701
		*/
		{
			src:'../FlowPlayerLP.swf',
			width: 320, 
			height: 240
		},
		
		/*
			second argument is Flowplayer specific configuration. See full list:
			http://flowplayer.org/player/configuration.html
		*/
		{config: {   
			autoPlay: true,
			autoBuffering: true,
			initialScale: 'scale',
			videoFile: 'AVI_2_mpeg2video_002.flv'
		}} 
	);