productVersion

Usage

-- Lingo syntax
_player.productVersion

// JavaScript syntax
_player.productVersion;

Description

Player property; returns the version number of the Director application. Read-only.

Example

This statement displays in the Message window the version of the Director application.

-- Lingo syntax
trace(_player.productVersion)

// JavaScript syntax
trace(_player.productVersion);

See also

Player