home *** CD-ROM | disk | FTP | other *** search
- on checkQT
- global fileDel
- if the quickTimePresent = 0 then
- if the machineType = 256 then
- QT = "mac" & fileDel & "Installer"
- open(the pathname & "QT" & fileDel & QT)
- else
- QT = "pc" & fileDel & "qt4.exe"
- open(the pathname & "QT" & fileDel & QT)
- end if
- end if
- end
-