414
ActionScript classes
Availability:
ActionScript 1.0; Flash Player 7
Example
The following example traces the value of this read-only property:
trace(System.capabilities.localFileReadDisable);
manufacturer (capabilities.manufacturer property)
public static manufacturer : String [read-only]
A string that indicates the manufacturer of Flash Player, in the format "
Macromedia
OSName
"
(
OSName
could be "
Windows
", "
Macintosh
",
"Linux"
, or "
Other OS Name
"). The server
string is
M
.
Availability:
ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.manufacturer);
os (capabilities.os property)
public static os : String [read-only]
A string that indicates the current operating system. The
os
property can return the following
strings: "
Windows XP
", "
Windows 2000
", "
Windows NT
", "
Windows 98/ME
", "
Windows 95
",
"
Windows CE
" (available only in Flash Player SDK, not in the desktop version),
"Linux"
, and
"
MacOS
". The server string is
OS
.
Availability:
ActionScript 1.0; Flash Player 6
Example
The following example traces the value of this read-only property:
trace(System.capabilities.os);
pixelAspectRatio (capabilities.pixelAspectRatio
property)
public static pixelAspectRatio : Number [read-only]
An integer that indicates the pixel aspect ratio of the screen. The server string is
AR
.
Availability:
ActionScript 1.0; Flash Player 6
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...