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

157
Index
Symbols
! (logical NOT) operator 92
" " (string delimiter) operator 102
$version variable 122
% (modulo) operator 93
%= (modulo assignment) operator 94
&& (logical AND) operator 90
|| (logical OR) operator 92
* (multiply) operator 95
*= (multiplication assignment) operator 94
+ (numeric add) operator 96
++ (increment) operator 89
+= (addition assignment) operator 81
, (comma) operator 84
-= (subtraction assignment) operator 108
. (dot) operator 88
/ (divide) operator 87
/ (forward slash - root timeline) property 48
/* (block comment) operator 83
// (comment) operator 85
/= (division) operator 88
< (numeric less than or equal to) operator 100
< (numeric less than) operator 100
<> (numeric inequality) operator 99
= (assignment) operator 82
== (numeric equality) operator 97
> (greater than or equal to) operator 98
> (greater than) operator 98
? (conditional) operator 86
_alpha variable 49
_cap4WayKeyAS variable 121
_capCompoundSound variable 114
_capEmail variable 115
_capLoadData variable 115
_capMFi variable 116
_capMIDI variable 117
_capMMS variable 117
_capSMAF variable 119
_capSMS variable 119
_capStreamSound variable 120
_currentframe property 49
_focusrect property 50
_framesloaded property 51
_height property 52
_highquality property 52
_level property 53
_name property 54
_rotation property 55
_scroll property 56
_target property 56
_visible property 57
_width property 58
_x property 58
_xscale property 59
_y property 60
_yscale property 61
– (subtract) operator 107
–– (decrement) operator 86
A
add (string concatenation) operator 80
addition assignment operator 81
_alpha variable 49
AND operator 90
and operator 81
assignment operator 82
B
block comment operator 83
break statement 64