User Guide

System.capabilities.manufacturer 833
System.capabilities.manufacturer
Availability
Flash Player 6.
Usage
System.capabilities.manufacturer:String
Description
Read-only property; 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.
Example
The following example traces the value of this read-only property:
trace(System.capabilities.manufacturer);