Flash Lite 2.x and 3.0 ActionScript Language Reference

hasSMS (capabilities.hasSMS property)

public static hasSMS : Number [read-only]

Indicates whether the mobile device can send SMS messages with the GetURL ActionScript command.

If Flash Lite can send SMS messages, this variable is defined and has a value of 1. Otherwise, this variable is not defined.

Example

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

 trace(System.capabilities.hasSMS);