var so = new FlashObject("uploadedFiles/In_Stores_Now/Idea_Center/Back-to-School/bts_landing.swf", "flvplayer", "720", "320", "7", "#ffffff"); so.addVariable("section", getQueryParamValue("section")); //so.addVariable("section", "apparel"); //so.addVariable("section", "supplies"); //so.addVariable("section", "electronics"); //so.addVariable("section", "food"); // setting these variables to true, make the button for this category appear, seeting it to false makes it not there so.addVariable("apparel", "true"); so.addVariable("supplies", "true"); so.addVariable("electronics", "true"); // we dont have the commercials for these yet, once we do we will provide additional assets and then need these turned to true. so.addVariable("food", "false"); // these need to be set so the swf can reach the appropriate items so.addVariable("xmlPath", "xmlfiles/"); so.addVariable("videoPath", "http://walmart.triaddigital.com/uploadedFiles/In_Stores_Now/Idea_Center/Back-to-School/"); so.addVariable("imagePath", "uploadedImages/In_Stores_Now/Idea_Center/Back-to-School/"); so.write("flashcontent");