load_quicktime

Declaration

load_quicktime (loaded: BOOLEAN)

Description

If loaded is True, then quicktime is loaded if not already loaded. If False, then quicktime is unloaded if possible.

See Also

multimedia functions

Example

script manage_qt is
  if gestalt (Quicktime_loaded) then
    load_quicktime (False)
  end
end