EasyManua.ls Logo

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE - Manufacturer (Capabilities.manufacturer Property); Os (Capabilities.os Property); Pixelaspectratio (Capabilities.pixelaspectratio Property)

MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
1378 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
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

Table of Contents

Related product manuals