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