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

  1. function LoadHelpSwf(strSwf)
  2. {
  3.    fscommand("LoadHelpSwf",_target);
  4.    fscommand("HELPWINDOW",_root.HelpWindow);
  5.    loadMovie(strSwf,_root.HelpWindow);
  6. }
  7. function HelpFileCreated()
  8. {
  9.    fscommand("HELPFILECREATED");
  10.    this.ChildSwf.HelpFileCreated();
  11. }
  12. function ShowLongButton(strText)
  13. {
  14.    this.ChildSwf.ShowLongButton(strText);
  15. }
  16. function SetLongButtonRelease(pFunction)
  17. {
  18.    this.ChildSwf.SetLongButtonRelease(pFunction);
  19. }
  20. function ShowMediumButton(strText)
  21. {
  22.    this.ChildSwf.ShowMediumButton(strText);
  23. }
  24. function SetMediumButtonRelease(pFunction)
  25. {
  26.    this.ChildSwf.SetMediumButtonRelease(pFunction);
  27. }
  28. function GetContactInfoString()
  29. {
  30.    return this.ChildSwf.GetContactInfoString();
  31. }
  32. function ShowAuxButton(strText)
  33. {
  34.    this.ChildSwf.ShowAuxButton(strText);
  35. }
  36. function SetAuxButtonRelease(pFunction)
  37. {
  38.    this.ChildSwf.SetAuxButtonRelease(pFunction);
  39. }
  40. _level0.BackgroundCreationCallback(_target);
  41. CurrentStackingOrder = 100;
  42.