MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 5

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

_capSMAF property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100
_capSMS property. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 101
_capStreamSound property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .102
_focusrect property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .102
_forceframerate property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .103
_global property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .104
_highquality property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105
_level property. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .105
maxscroll property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106
_parent property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .106
_quality property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 107
_root property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .108
scroll property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .108
_soundbuftime property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .109
this property . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 110
Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 112
+ addition operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 117
+= addition assignment operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 119
[] array access operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .120
= assignment operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .123
& bitwise AND operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .124
&= bitwise AND assignment operator . . . . . . . . . . . . . . . . . . . . . . . . .126
<< bitwise left shift operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .126
<<= bitwise left shift and assignment operator. . . . . . . . . . . . . . . . . . .128
~ bitwise NOT operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .128
| bitwise OR operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .130
|= bitwise OR assignment operator . . . . . . . . . . . . . . . . . . . . . . . . . . . 131
>> bitwise right shift operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .132
>>= bitwise right shift and assignment operator . . . . . . . . . . . . . . . . .133
>>> bitwise unsigned right shift operator . . . . . . . . . . . . . . . . . . . . . . . .134
^ bitwise XOR operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .136
^= bitwise XOR assignment operator . . . . . . . . . . . . . . . . . . . . . . . . . . 137
/* block comment delimiter operator. . . . . . . . . . . . . . . . . . . . . . . . . . 137
, comma operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .138
add concatenation (strings) operator . . . . . . . . . . . . . . . . . . . . . . . . .140
?: conditional operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141
-- decrement operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .142
/ division operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .142
/= division assignment operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .143
. dot operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .144
== equality operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .145
eq equality (strings) operator. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .146
> greater than operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 147
gt greater than (strings) operator . . . . . . . . . . . . . . . . . . . . . . . . . . . . .148
Contents
5

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents