
// <![CDATA[
var fo = new FlashObject("flash/header.swf", "headerflash-swf", "750", "135", "6", "#00547A");
//fo.addVariable("flashVarText", "this is passed in via FlashVars"); // this is always optional, but this example uses the variable and displays this text inside the flash movie
fo.addParam("menu", "false");
fo.addParam("wmode", "transparent");
fo.addVariable("serverPath", "flash/header/");
fo.addVariable("imagesXML", "flash/header/header.xml");
fo.write("headerflash");
// ]]>

