home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 144 / MOBICLIC144.ISO / mac / DATA / BLA144 / BLA144_00 / BLA144_00.swf / scripts / frame_2 / DoAction.as
Text File  |  2012-04-23  |  324b  |  8 lines

  1. stop();
  2. var myRecup = this.moduleInfo.returnNodeByPath("Module.Config.ordreBureauBLA").firstChild.nodeValue;
  3. gListeOrdreBLA = myRecup.split(",");
  4. var myRecup = this.moduleInfo.returnNodeByPath("Module.Config.ordreBureauTOTO").firstChild.nodeValue;
  5. gListeOrdreTOTO = myRecup.split(",");
  6. trace("Frame INIT");
  7. InitOk();
  8.