home *** CD-ROM | disk | FTP | other *** search
/ FDR / FDR.iso / FDR / FDR.DXR / 00003_checkVideoOnly.ls < prev    next >
Encoding:
Text File  |  1996-10-22  |  281 b   |  16 lines

  1. on exitFrame
  2.   set err to "OK"
  3.   case the machineType of
  4.     256:
  5.       if the videoForWindowsPresent = 0 then
  6.         set err to "VFW"
  7.       end if
  8.     otherwise:
  9.       if the quickTimePresent = 0 then
  10.         set err to "QT"
  11.       end if
  12.   end case
  13.   go(err)
  14.   movieInits(1)
  15. end
  16.