productName

Usage

-- Lingo syntax
_player.productName

// JavaScript syntax
_player.productName;

Description

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

Example

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

-- Lingo syntax
trace(_player.productName)

// JavaScript syntax
trace(_player.productName);

See also

Player