/*

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','590',
	'height','300',
	'id','preview',
	'align','middle',
	'src','preview.swf',
	'quality','high',
	'bgcolor','#000000',
	'name','preview',
	'allowscriptaccess','always',
	'allowFullScreen','true',
	'pluginspage','http://www.macromedia.com/go/getflashplayer',
	'movie','preview'
);