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
Contents 5
Chapter 4: Flash Lite Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . 77
add (string concatenation). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 80
+= (addition assignment). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
and . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81
= (assignment). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82
/* (block comment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 83
, (comma). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 84
// (comment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 85
?: (conditional) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
–– (decrement). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 86
/ (divide) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .87
/= (division assignment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
. (dot). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 88
++ (increment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 89
&& (logical AND) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 90
! (logical NOT). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
|| (logical OR). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 92
% (modulo) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93
%= (modulo assignment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
*= (multiplication assignment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 94
* (multiply) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 95
+ (numeric add). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 96
== (numeric equality) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .97
> (numeric greater than) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 98
>= (numeric greater than or equal to) . . . . . . . . . . . . . . . . . . . . . . . . . . 98
<> (numeric inequality) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 99
< (numeric less than) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
<= (numeric less than or equal to) . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
() (parentheses) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
" " (string delimiter) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .102
eq (string equality) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .103
gt (string greater than) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .103
ge (string greater than or equal to). . . . . . . . . . . . . . . . . . . . . . . . . . . .104
ne (string inequality) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105
lt (string less than) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106
le (string less than or equal to) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106
– (subtract) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .107
-= (subtraction assignment) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .108
Chapter 5: Flash Lite Specific Language Elements . . . . . . . . . . . 111
Capabilities. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 114
fscommand(). . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .122
fscommand2() . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .124
Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157