-- Lingo syntax _system.environmentPropList // JavaScript syntax _system.environmentPropList;
System property; contains a list with information about the environment under which the Director content is currently running. Read-only.
This design enables Macromedia to add information to the environmentPropList property in the future, without affecting existing movies.
The information is in the form of property and value pairs for that area.
|
|
Integer |
|
|
String indicating the installed version number of ShockMachine. |
|
|
String containing "Macintosh,PowerPC", or "Windows,32 |
|
|
String containing "Author", "Projector", or "Plugin". This is based on the current application that the movie is running under. |
|
|
Integer representing the bit depth of the monitor the Stage appears on. Possible values are 1, 2, 4, 8, 16, or 32. |
|
|
Symbol indicating whether the computer the movie is playing on has an active Internet connection. Possible values are |
|
|
String indicating the language the computer is using to display its user interface. This can be different from the |
|
|
String indicating the native language of the computer's operating system. |
|
|
String indicating the internal build number of the playback application. |
The properties contain exactly the same information as the properties and functions of the same name.
This statement displays the environment list in the Message window:
-- Lingo syntax put(_system.environmentPropList) // JavaScript syntax put(_system.environmentPropList);
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr219.htm
Comments
Fumio Nonaka said on Jan 30, 2006 at 2:12 AM :