-- Lingo syntax _player.applicationName // JavaScript syntax _player.applicationName;
Player property; specifies the name of the running copy of the Director application during authoring, or the name of a projector file during runtime. Read-only.
The property value is a string.
Shockwave Player does not support this property.
This statement displays the name of the Director application, Director.exe.
-- Lingo syntax put(_player.applicationName) // JavaScript syntax put(_player.applicationName);