home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / Intro.swf / scripts / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2002-04-02  |  197 b   |  14 lines

  1. function XMLLoaded()
  2. {
  3. }
  4. _level0.XMLLoadedCallBack = "XMLLoaded";
  5. if(content_file == undefined)
  6. {
  7.    _level0.LoadXML("Intro.xml");
  8. }
  9. else
  10. {
  11.    _level0.LoadXML(content_file);
  12. }
  13. stop();
  14.