home *** CD-ROM | disk | FTP | other *** search
/ Dye Another Day / DyeAnotherDay.bin / swf / help.swf / scripts / DefineButton2_110 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-03-28  |  172 b   |  6 lines

  1. on(release){
  2.    getUrl("FSCommand:allowscale", "true");
  3.    getURL("print:","_root.containerfadestatic.container.print");
  4.    getUrl("FSCommand:allowscale", "false");
  5. }
  6.