home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Interface / it.dig / scripts / DefineButton2_323 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-08-19  |  118 b   |  5 lines

  1. on(release){
  2.    PDFpath = "/interface/revista/revista.pdf";
  3.    mdm.System.exec(mdm.Application.path + PDFpath);
  4. }
  5.