Flash Lite 2.x and 3.0 ActionScript Language Reference

hasMappableSoftKeys (capabilities.hasMappableSoftKeys property)

public static hasMappableSoftKeys : Boolean

Returns true if the mobile device allows you to reset or reassign softkey labels and handle events from those softkeys. Otherwise, false.

Example

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

 trace(System.capabilities.hasMappableSoftKeys);