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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-05-04
|
306 b
|
12 lines
global gPlatform
on enterFrame me
if gPlatform = "mac" then
filetorun = "AdobeReader:AdobeReader708Installer.app"
Ok = baOpenFile(the moviePath & filetorun, "normal")
else
filetorun = "AdobeReader\AdbeRdr708_en_US.exe"
Ok = baOpenFile(the moviePath & filetorun, "normal")
end if
end