home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set err to "OK"
- case the machineType of
- 256:
- if the videoForWindowsPresent = 0 then
- set err to "VFW"
- end if
- otherwise:
- if the quickTimePresent = 0 then
- set err to "QT"
- end if
- end case
- go(err)
- movieInits(1)
- end
-