Capsmaf Property - MACROMEDIA FLASHLITE2 ACTIONSCRIPT-LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the
System.capabilities.hasMMS
Numeric variable; indicates whether Flash Lite can send Multimedia Messaging Service
(MMS) messages by using the
and has a value of 1; if not, this variable is undefined.
Availability: ActionScript 1.0; Flash Lite 1.1
Example
The following example sets
1.0 (however, not all Flash Lite 1.1 phones can send MMS messages, so this code is still
dependent on the phone):
on(release) {
canMMS = _capMMS;
if (canMMS == 1) {
// send an MMS
myMessage = "mms:4156095555?body=sample mms message";
} else {
// send an SMS
myMessage = "sms:4156095555?body=sample sms message";
}
getURL(myMessage);
}
See also
capabilities (System.capabilities)

_capSMAF property

_capSMAF
Deprecated since Flash Lite Player 2.0. This action was deprecated in favor of the
System.capabilities.hasSMAF
Numeric variable; indicates whether the device can play multimedia files in the Synthetic
music Mobile Application Format (SMAF). If so, this variable is defined and has a value of 1;
if not, this variable is undefined.
Availability: ActionScript 1.0; Flash Lite 1.1
100
ActionScript language elements
property.
ActionScript command. If so, this variable is defined
GetURL()
to
in Flash Lite 1.1, but leaves it undefined in Flash Lite
canMMS
1
property.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash lite 2

Table of Contents