Flash Lite 2.x and 3.0 ActionScript Language Reference

softKeyCount (capabilities.softKeyCount property)

public static softKeyCount : Number [read-only]

Indicates the number of remappable soft keys that the mobile device supports.

Example

The following example traces the value of this read-only property:

 trace(System.capabilities.softKeyCount);