Packagecom.adobe.rtc.clientManagers
Classpublic class PlayerCapabilities
InheritancePlayerCapabilities Inheritance flash.events.EventDispatcher

PlayerCapabilities is a utility component that provides properties like the cureent OS, if it's debug version of Flash Player etc. There can be only one instance of PlayerCapabilities class. It's APIs mostly use flash.system.Capabilities class in the Flash player.



Public Properties
 PropertyDefined by
  isDebuggingPlayer : Boolean
[read-only] Returns true if using the debug version of the Flash player.
PlayerCapabilities
  isOnMac : Boolean
[read-only] Returns true if using the Mac OS.
PlayerCapabilities
  platform : String
[read-only] Returns the platform string.
PlayerCapabilities
Public Methods
 MethodDefined by
  
PlayerCapabilities
  
[static] Static function to get the instance of it.
PlayerCapabilities
Property detail
isDebuggingPlayerproperty
isDebuggingPlayer:Boolean  [read-only]

Returns true if using the debug version of the Flash player.

Implementation
    public function get isDebuggingPlayer():Boolean
isOnMacproperty 
isOnMac:Boolean  [read-only]

Returns true if using the Mac OS.

Implementation
    public function get isOnMac():Boolean
platformproperty 
platform:String  [read-only]

Returns the platform string.

Implementation
    public function get platform():String
Constructor detail
PlayerCapabilities()constructor
public function PlayerCapabilities()
Method detail
getInstance()method
public static function getInstance():PlayerCapabilities

Static function to get the instance of it.

Returns
PlayerCapabilities




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/labs/acrobatcom/com/adobe/rtc/clientManagers/PlayerCapabilities.html