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

  1. function LayoutFrame()
  2. {
  3.    _level0.SetText("Title0",_root.InternalError_main_title,_root.InternalError_identifier);
  4.    _level0.SetText("Text0",_root.InternalError_main_p_default,_root.InternalError_identifier);
  5.    _level0.SetHintText(_root.InternalError_hint_p_default,_root.InternalError_identifier);
  6.    _level0.SetHelpText(_root.InternalError_help_p_default,_root.InternalError_identifier);
  7. }
  8. function LoadInternalErrorVars()
  9. {
  10.    _root.InternalError_identifier = _level0.SetLayoutObject("StdLayout",_target,"LayoutFrame",_root.InternalError_identifier);
  11. }
  12.