-- Lingo syntax QuickTimeVersion() // JavaScript syntax QuickTimeVersion();
Function; returns a floating-point value that identifies the current installed version of QuickTime and replaces the current QuickTimePresent function.
In Windows, if multiple versions of QuickTime 3.0 or later are installed, QuickTimeVersion() returns the latest version number. If a version before QuickTime 3.0 is installed, QuickTimeVersion() returns version number 2.1.2 regardless of the version installed.
None.
This statement uses QuickTimeVersion() to display in the Message window the version of QuickTime that is currently installed:
-- Lingo syntax put(QuickTimeVersion()) // JavaScript syntax put(QuickTimeVersion());