home *** CD-ROM | disk | FTP | other *** search
/ Keith Rowland's Guide to the Wacky Wild Web / ROWLAND.ISO / pc / wacky2.swf / scripts / DefineSprite_130 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-02-04  |  314 b   |  13 lines

  1. getpage = function(thepage)
  2. {
  3.    trace("this is your page " + thepage);
  4.    newpage = new LoadVars();
  5.    newpage.load("wacky/" + unescape(thepage));
  6.    newpage.onLoad = function()
  7.    {
  8.       page.htmlText = unescape(newpage);
  9.    };
  10. };
  11. directory = new LoadVars();
  12. directory.load("wacky/directory.html");
  13.