home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 90 / PIWD90.iso / mac / contents / flash / utilities / Flash_source / dragwindow4.swf / scripts / frame_1 / DoAction.as
Text File  |  2003-12-15  |  376b  |  10 lines

  1. windoww = getProperty("/window", _width) / 2;
  2. windowh = getProperty("/window", _height) / 2;
  3. windowx = getProperty("/window", _X);
  4. windowy = getProperty("/window", _Y);
  5. maskw = getProperty("/mask", _width);
  6. maskh = getProperty("/mask", _height);
  7. getUrl("FSCommand:fullscreen", "false");
  8. getUrl("FSCommand:allowscale", "false");
  9. getUrl("FSCommand:showmenu", "false");
  10.