-- Lingo syntax _player.productVersion // JavaScript syntax _player.productVersion;
Player property; returns the version number of the Director application. Read-only.
This statement displays in the Message window the version of the Director application.
-- Lingo syntax trace(_player.productVersion) // JavaScript syntax trace(_player.productVersion);