/*

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','700',
	'height','400',
	'id','News',
	'align','middle',
	'src','News.swf',
	'wmode','transparent',
	'quality','high',
	'bgcolor','#000000',
	'name','News',
	'allowscriptaccess','always',
	'allowFullScreen','true',
	'pluginspage','http://www.macromedia.com/go/getflashplayer',
	'movie','News',
	'FlashVars','xmlPath=schedule.xml'
);

/*

The flashvar is the last set of parameters, change it there. Switch it back and forth from news.xml to schedule.xml and ses how you can use different xml files :)

*/
