home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / FixError.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2002-04-02  |  143 b   |  9 lines

  1. if(content_file == undefined)
  2. {
  3.    XMLParserInstance.ParseXML("fatleror.xml");
  4. }
  5. else
  6. {
  7.    XMLParserInstance.ParseXML(content_file);
  8. }
  9.