ActionScript for Flash MX: The Definitive Guide, Second Edition

ActionScript for Flash MX: The Definitive Guide, 2nd EditionBy Colin Moock
Chapter 18.  ActionScript Language Reference
capabilities.manufacturer Property Flash 6

indicates the manufacturer of the Flash Player read/write

System.capabilities.manufacturer

Description

The string manufacturer property indicates the name of the organization that created the Flash Player. Third parties can license Macromedia's Flash Player source code and port the Player to new platforms or devices. Developers of ported or custom Players can provide a custom value for the manufacturer property. For the desktop version of the Flash Player, the only values are "Macromedia Windows" and "Macromedia Macintosh". Do not rely on manufacturer to provide operating system or version information. Use capabilities.os and capabilities.version instead.

The manufacturer property can be used to react to special support for custom capabilities implemented by a specific Player manufacturer.

For further information, see:

http://www.macromedia.com/software/flash/open/licensing/

The corresponding server string for manufacturer is M, with values determined by individual manufacturers. See capabilities.serverString for details.

See Also

capabilities.os, capabilities.version

    Категории