home *** CD-ROM | disk | FTP | other *** search
/ Advanced Photoshop Magazine 30 / Advanced-Photoshop-Issue-30-CD.iso / disclaimer.dxr / 00136_Reader_Install.ls < prev    next >
Encoding:
Text File  |  2007-05-04  |  306 b   |  12 lines

  1. global gPlatform
  2.  
  3. on enterFrame me
  4.   if gPlatform = "mac" then
  5.     filetorun = "AdobeReader:AdobeReader708Installer.app"
  6.     Ok = baOpenFile(the moviePath & filetorun, "normal")
  7.   else
  8.     filetorun = "AdobeReader\AdbeRdr708_en_US.exe"
  9.     Ok = baOpenFile(the moviePath & filetorun, "normal")
  10.   end if
  11. end
  12.