/*

This file will write the flash using the AC_FL_RunContent.

*/




AC_FL_RunContent
( 
	'codebase','http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0',
	'width',flashWidth.toString(),
	'height',flashHeight.toString(),
	'id','Main',
	'align','middle',
	'src','Main.swf',
	'quality','high',
	'bgcolor',bgColor,
	'name','Main',
	'allowscriptaccess','always',
	'allowFullScreen','true',
	'pluginspage','http://www.macromedia.com/go/getflashplayer',
	'movie','Main',
	'FlashVars','&bgXml='+bgXml+'&galleryXml='+galleryXml
);
