Language element
SetSoftKeys
StartVibrate
StopVibrate
Unescape
Capabilities
This section describes the platform capabilities and variables that Macromedia Flash Lite 1.1
recognizes. The entries are listed alphabetially, ignoring any leading underscores.
_capCompoundSound
Availability
Flash Lite 1.1.
Usage
_capCompoundSound
Description
Numeric variable; indicates whether Flash Lite can process compound sound data. If so, this
variable is defined and has a value of 1; if not, this variable is undefined.
As an example, a single Flash file can contain the same sound represented in both MIDI and
MFi formats. The player will then play back data in the appropriate format based on the
format supported by the device. This variable defines whether the Flash Lite player supports
this ability on the current handset.
In the following example,
Flash Lite 1.0:
useCompoundSound = _capCompoundSound;
if (useCompoundSound == 1) {
gotoAndPlay("withSound");
} else {
gotoAndPlay("withoutSound");
}
114
Flash Lite Specific Language Elements
Description
Remaps the Left and Right soft keys of the device, provided that
they can be accessed and remapped.
Starts the phone's vibration feature.
Stops the current vibration, if any.
Decodes an arbitrary string that was encoded to be safe for
network transfer into its normal, unencoded form.
is set to 1 in Flash Lite 1.1, but is undefined in
useCompoundSound
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?