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

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