// PARAMS
var params = {};
params.bgcolor = "#FFFFFF";
params.menu = "false";
params.scale = 'noScale';
params.wmode = "opaque";
params.allowfullscreen = "true";
params.allowScriptAccess = "always";

// ATTRIBUTES
var attributes = {};
attributes.id = 'FlabellComponent';
attributes.name = 'FlabellComponent'

// JAVASCRIPT VARS 
// cache buster
var cacheBuster = Date.parse(new Date());		    

// stage dimensions
var stageW = 400;
var stageH = 260; 

/** FLASH VARS **/
var flashvars = {};

// component dimensions inside the SWF file
flashvars.componentWidth = stageW;
flashvars.componentHeight = stageH;

// path to files (can be "")
flashvars.pathToFiles = "images/fader_generated/";

// path to content XML
flashvars.xmlPath = "xml/banner.xml.php" //?cache=1328761844
/** EMBED THE SWF**/        
swfobject.embedSWF('preview.swf', 'FlabellComponent', stageW, stageH, '9.0.45', 'js/expressinstall.swf', flashvars, params, attributes);

