home *** CD-ROM | disk | FTP | other *** search
- on quickTime
- global CPU
- if the quickTimePresent = 1 then
- go(1, "main.dir")
- else
- if (the quickTimePresent = 0) and (CPU = "WIN") then
- go("Quicktime")
- else
- if (the quickTimePresent = 0) and (CPU = "MAC") then
- alert("QuickTime ist nicht installiert ! Zur Installation kopieren Sie die Systemerweiterung QuickTime in Ihren Systemordner.")
- go(1, "main.dir")
- end if
- end if
- end if
- end
-