home *** CD-ROM | disk | FTP | other *** search
- function LoadHelpSwf(strSwf)
- {
- fscommand("LoadHelpSwf",_target);
- fscommand("HELPWINDOW",_root.HelpWindow);
- loadMovie(strSwf,_root.HelpWindow);
- }
- function HelpFileCreated()
- {
- fscommand("HELPFILECREATED");
- this.ChildSwf.HelpFileCreated();
- }
- function ShowLongButton(strText)
- {
- this.ChildSwf.ShowLongButton(strText);
- }
- function SetLongButtonRelease(pFunction)
- {
- this.ChildSwf.SetLongButtonRelease(pFunction);
- }
- function ShowMediumButton(strText)
- {
- this.ChildSwf.ShowMediumButton(strText);
- }
- function SetMediumButtonRelease(pFunction)
- {
- this.ChildSwf.SetMediumButtonRelease(pFunction);
- }
- function GetContactInfoString()
- {
- return this.ChildSwf.GetContactInfoString();
- }
- function ShowAuxButton(strText)
- {
- this.ChildSwf.ShowAuxButton(strText);
- }
- function SetAuxButtonRelease(pFunction)
- {
- this.ChildSwf.SetAuxButtonRelease(pFunction);
- }
- _level0.BackgroundCreationCallback(_target);
- CurrentStackingOrder = 100;
-