312
ActionScript classes
Otherwise, this property returns
false
.
Availability:
ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasSharedObjects);
hasSMAF (capabilities.hasSMAF property)
public static hasSMAF :
Boolean
[read-only]
Returns
true
if the mobile device is capable of playing sound data in the SMAF audio format.
Otherwise, this property returns
false
.
Availability:
ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasSMAF);
hasSMS (capabilities.hasSMS property)
public static hasSMS :
Number
[read-only]
Indicates if 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.
Availability:
ActionScript 1.0; Flash Lite 2.0
Example
The following example traces the value of this read-only property:
trace(System.capabilities.hasSMS);
hasStreamingAudio (capabilities.hasStreamingAudio
property)
public static hasStreamingAudio :
Boolean
[read-only]
A Boolean value that is
true
if the player can play streaming audio;
false
otherwise. The
server string is
SA
.
Summary of Contents for FLASHLITE2 ACTIONSCRIPT-LANGUAGE
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...