home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / Install / WorkFlow / Gui / FixLayout.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2002-04-02  |  800 b   |  34 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. _level0.BackgroundCreationCallback(_target);
  33. CurrentStackingOrder = 100;
  34.