Packagecom.aispeech.sys
Classpublic class SysInfo
InheritanceSysInfo Inheritance Object

SysInfo class collects information that describes the system and player that are hosting a SWF file, and makes interpretted outputs

Information collected include:

  • language: The user's preferred user interface languages
  • os: The current operating system
  • screenDPI: The dots-per-inch (dpi) resolution of the screen, in pixels
  • screenResolutionX: The maximum horizontal resolution of the screen
  • screenResolutionY: The maximum vertical resolution of the screen
  • version: Flash Player or Adobe AIR platform and version information


  • Public Methods
     MethodDefined By
      
    SysInfo
      
    toJSON():String
    [static] Generate System infor in JSON format
    SysInfo
      
    toString():String
    [static] Generate system information with description
    SysInfo
    Constructor Detail
    SysInfo()Constructor
    public function SysInfo()



    Method Detail
    toJSON()method
    public static function toJSON():String

    Generate System infor in JSON format

    Returns
    String
    toString()method 
    public static function toString():String

    Generate system information with description

    Returns
    String