Flash Lite 2.x and 3.0 ActionScript Language Reference

hasMMS (capabilities.hasMMS property)

public static hasMMS : Boolean [read-only]

Returns true if the mobile device can send MMS messages with the GetURL ActionScript command.

Otherwise, this property returns false.

Example

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

 trace(System.capabilities.hasMMS);