// ------------------------------------+ // MAIN FLASHVARS OBJECT | // ------------------------------------+ // These are the FlashVars for the main swf: this.SWF_VARS = { // XML Location and Assets theXML_location:"http://xml.channel.aol.com/xmlrepository/fetch.adp?id=990", cssLocation:"http://cdn.channel.aol.com/aolcoaches/coaches_stylesheet.css", dl_xml_location:"http://xml.channel.aol.com/xmlrepository/fetch.adp?id=991", // Sponsor assets and URL sponsor_url:"", // NOTE: Must be 300 x 90 sponsor_click:"http://www.dove.com", sponsor_x:"530", sponsor_y:"24", // Header X and Y header_x:"0", header_y:"0", // Title Filename and X and Y title_location:"http://cdn.channel.aol.com/aolcoaches/sample_title2.swf", title_x:"20", title_y:"25", // Im / E-mail im_message:"Check out AOL Coaches", im_url:"http://content.living.aol.com/coaches/love/hildahutcherson/qavideo", email_subject:"Check out AOL Coaches", email_message:"Check out AOL Coaches", email_url:"http://content.living.aol.com/coaches/love/hildahutcherson/qavideo", // Nav Header Text navHeaderText:"QUICK TIPS", navSelectText:"Select a video clip:", // DL dl_w:320, dl_h:90, // Video Player videoPlayer:"dalai" }; // // ------------------------------------+ // IM / EMAIL TAB CUSTOM COLORS | // ------------------------------------+ // NOTE: ALL color values must be in the following format: 0xFFFFFF // this.SWF_VARS.imTab_x = 125; this.SWF_VARS.imTab_y = 90; this.SWF_VARS.faceColor = "0xffffda"; this.SWF_VARS.highlightColor = "0x8b8d8e"; this.SWF_VARS.highlight3DColor = "0xffffda"; this.SWF_VARS.imTextColor = "0x2864b4"; this.SWF_VARS.emailTextColor = "0x2864b4"; this.SWF_VARS.emailTextOverColor = ""; this.SWF_VARS.imTextOverColor = ""; // // ------------------------------------+ // ADD REFRESH AND PAGE TRACKING | // ------------------------------------+ // // NOTE: Uncomment this sections to Use Ad Refresh and Impression tracking // Remember the correspondent JS files must be included before this config file. // Impresion URLs // this.SWF_VARS.sponsor_imp_1 = ""; this.SWF_VARS.sponsor_imp_2 = ""; this.SWF_VARS.sponsor_imp_3 = ""; // Ad refresh this.SWF_VARS.doAdRefresh = "yes"; //this.addAdToList('93213875', '728', '90'); //this.addAdToList('93213876', '160', '600'); // // ------------------------------------------------------+ // GET QUERY STRING VARIABLES AND PASS THEM FO FLASH | // ------------------------------------------------------+ if(window.location.search != null && window.location.search.length) { var searchString = window.location.search.substring(1); searchString = searchString.replace(/%26/g, "&"); var searchList = searchString.split("&"); for(var i = 0; i < searchList.length; i++){ var temp = searchList[i].split("="); this.SWF_VARS[temp[0]] = temp[1]; } } // ------------------------------------+ // BUILD FLASH MOVIE | // ------------------------------------+ this.SWF_LOCATION = "http://cdn.channel.aol.com/aolcoaches/coaches_faq_main_v2.swf"; this.SWF_NAME = "coaches_faq"; this.SWF_WIDTH = 756; this.SWF_HEIGHT = 543; this.SWF_VERSION = "7,0,0,0"; this.SWF_BGCOLOR = "white"; // this.SWF_Factory.makeSWF(this.SWF_VERSION, this.SWF_WIDTH, this.SWF_HEIGHT, this.SWF_NAME, this.SWF_LOCATION, this.SWF_BGCOLOR, this.SWF_VARS, null); //