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

  1. on(release){
  2.    var caminho = "E-books/Desvendando o Excel/Livro.pdf";
  3.    mdm.System.exec(mdm.Application.path + caminho);
  4. }
  5.