User Guide
Table Of Contents
- Contents
- Flash Lite Global Functions
- call()
- chr()
- duplicateMovieClip()
- eval ()
- getProperty()
- getTimer()
- getURL()
- gotoAndPlay()
- gotoAndStop()
- ifFrameLoaded()
- int()
- length()
- loadMovie()
- loadMovieNum()
- loadVariables()
- loadVariablesNum()
- mbchr()
- mblength()
- mbord()
- mbsubstring()
- nextFrame()
- nextScene()
- Number()
- on()
- ord()
- play()
- prevFrame()
- prevScene()
- random()
- removeMovieClip()
- set()
- setProperty()
- stop()
- stopAllSounds()
- String()
- substring()
- tellTarget()
- toggleHighQuality()
- trace()
- unloadMovie()
- unloadMovieNum()
- Flash Lite Properties
- Flash Lite Statements
- Flash Lite Operators
- add (string concatenation)
- += (addition assignment)
- and
- = (assignment)
- /* (block comment)
- , (comma)
- // (comment)
- ?: (conditional)
- -- (decrement)
- / (divide)
- /= (division assignment)
- . (dot)
- ++ (increment)
- && (logical AND)
- ! (logical NOT)
- || (logical OR)
- % (modulo)
- %= (modulo assignment)
- *= (multiplication assignment)
- * (multiply)
- + (numeric add)
- == (numeric equality)
- > (numeric greater than)
- >= (numeric greater than or equal to)
- <> (numeric inequality)
- < (numeric less than)
- <= (numeric less than or equal to)
- () (parentheses)
- " " (string delimiter)
- eq (string equality)
- gt (string greater than)
- ge (string greater than or equal to)
- ne (string inequality)
- lt (string less than)
- le (string less than or equal to)
- - (subtract)
- -= (subtraction assignment)
- Flash Lite Specific Language Elements
- Capabilities
- fscommand()
- fscommand2()
- Escape
- FullScreen
- GetBatteryLevel
- GetDateDay
- GetDateMonth
- GetDateWeekday
- GetDateYear
- GetDevice
- GetDeviceID
- GetFreePlayerMemory
- GetLanguage
- GetLocaleLongDate
- GetLocaleShortDate
- GetLocaleTime
- GetMaxBatteryLevel
- GetMaxSignalLevel
- GetMaxVolumeLevel
- GetNetworkConnectStatus
- GetNetworkName
- GetNetworkRequestStatus
- GetNetworkStatus
- GetPlatform
- GetPowerSource
- GetSignalLevel
- GetTimeHours
- GetTimeMinutes
- GetTimeSeconds
- GetTimeZoneOffset
- GetTotalPlayerMemory
- GetVolumeLevel
- Quit
- ResetSoftKeys
- SetInputTextType
- SetQuality
- SetSoftKeys
- StartVibrate
- StopVibrate
- Unescape

112 Flash Lite Specific Language Elements
_cap4WayKeyAS
Indicates whether Flash Lite executes ActionScript expressions
attached to key event handlers associated with the Right, Left,
Up, and Down Arrow keys.
$version
Contains the version number of Flash Lite.
fscommand()
A function used to execute the Launch command (see next entry).
Launch
(The only command supported for fscommand() ) Allows the SWF
file to communicate with either Flash Lite or the host
environment, such as the phone’s or device’s operating system.
fscommand2()
A function used to execute the commands in this table, except
for
fscommand().
Escape
Encodes an arbitrary string into a format that is safe for
network transfer.
FullScreen
Sets the size of the display area to be used for rendering.
GetBatteryLevel
Returns the current battery level.
GetDateDay
Returns the day of the current date as a numeric value.
GetDateMonth
Returns the month of the current date as a numeric value.
GetDateWeekday
Returns the number of the day of the current date as a
numeric value.
GetDateYear
Returns a four-digit numeric value that is the year of the
current date.
GetDevice
Sets a parameter that identifies the device on which Flash Lite
is running.
GetDeviceID
Sets a parameter that represents the unique identifier of the
device; for example, the serial number.
GetFreePlayerMemory
Returns the amount of heap memory, in kilobytes, currently
available to Flash Lite.
GetLanguage
Sets a parameter that identifies the language currently used by
the device.
GetLocaleLongDate
Sets a parameter to a string that represents the current date, in
long form, formatted according to the currently defined locale.
GetLocaleShortDate
Sets a parameter to a string that represents the current date, in
abbreviated form, formatted according to the currently
defined locale.
GetLocaleTime
Sets a parameter to a string that represents the current time,
formatted according to the currently defined locale.
Language element Description