Sign In
Upload
Manuals
Brands
MACROMEDIA Manuals
Software
FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Manuals
Manuals and User Guides for MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE. We have
1
MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE manual available for free PDF download: Reference
MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference (1378 pages)
ActionScript 2.0 Language Reference
Brand:
MACROMEDIA
| Category:
Software
| Size: 19.36 MB
Table of Contents
Table of Contents
3
Chapter 1: Actionscript Language Elements
31
Compiler Directives
31
Endinitclip Directive
31
Include Directive
32
Initclip Directive
33
Constants
35
False Constant
35
Infinity Constant
36
Nan Constant
36
Newline Constant
36
Null Constant
37
True Constant
38
Undefined Constant
38
Global Functions
40
Array Function
45
Asfunction Protocol
46
Boolean Function
47
Call Function
49
Chr Function
50
Clearinterval Function
50
Duplicatemovieclip Function
51
Escape Function
52
Eval Function
53
Fscommand Function
54
Getproperty Function
58
Gettimer Function
59
Geturl Function
59
Getversion Function
61
Gotoandplay Function
62
Gotoandstop Function
63
Ifframeloaded Function
64
Int Function
64
Isfinite Function
65
Isnan Function
65
Length Function
66
Loadmovie Function
67
Loadmovienum Function
70
Loadvariables Function
72
Loadvariablesnum Function
74
Mbchr Function
75
Mblength Function
76
Mbord Function
76
Mbsubstring Function
77
Mmexecute Function
77
Nextframe Function
79
Nextscene Function
79
Number Function
80
Object Function
82
On Handler
82
Onclipevent Handler
84
Ord Function
85
Parsefloat Function
86
Parseint Function
87
Play Function
88
Prevframe Function
88
Prevscene Function
89
Print Function
89
Printasbitmap Function
91
Printasbitmapnum Function
92
Printnum Function
93
Random Function
94
Removemovieclip Function
95
Setinterval Function
96
Setproperty Function
100
Showredrawregions Function
101
Startdrag Function
102
Stop Function
103
Stopallsounds Function
103
Stopdrag Function
104
String Function
105
Substring Function
106
Targetpath Function
106
Telltarget Function
107
Togglehighquality Function
108
Trace Function
109
Unescape Function
110
Unloadmovie Function
110
Unloadmovienum Function
111
Updateafterevent Function
112
Global Properties
112
Accprops Property
114
Focusrect Property
117
Global Property
118
Highquality Property
119
Level Property
119
Maxscroll Property
120
Parent Property
120
Quality Property
121
Root Property
123
Scroll Property
124
Soundbuftime Property
124
This Property
125
Operators
127
Addition Operator
132
Addition Assignment Operator
133
[] Array Access Operator
134
Assignment Operator
137
Bitwise and Operator
138
Bitwise and Assignment Operator
139
Bitwise Left Shift Operator
140
Bitwise Left Shift and Assignment Operator
141
Bitwise NOT Operator
142
Bitwise or Operator
144
Bitwise or Assignment Operator
145
Bitwise Right Shift Operator
146
Bitwise Right Shift and Assignment Operator
147
Bitwise Unsigned Right Shift Operator
148
Bitwise Unsigned Right Shift and Assignment Operator
149
Bitwise XOR Operator
150
Bitwise XOR Assignment Operator
151
Block Comment Delimiter Operator
152
Comma Operator
153
Add Concatenation (Strings) Operator
154
Conditional Operator
155
Decrement Operator
156
Division Operator
156
Division Assignment Operator
157
Dot Operator
158
Equality Operator
159
Eq Equality (Strings) Operator
160
Greater than Operator
161
Gt Greater than (Strings) Operator
162
Greater than or Equal to Operator
162
Ge Greater than or Equal to (Strings) Operator
163
Increment Operator
164
Inequality Operator
166
Inequality Operator
167
Instanceof Operator
168
Less than Operator
169
Lt Less than (Strings) Operator
170
Less than or Equal to Operator
170
Le Less than or Equal to (Strings) Operator
171
Line Comment Delimiter Operator
172
Logical and Operator
172
And Logical and Operator
173
Logical NOT Operator
174
Not Logical NOT Operator
175
Logical or Operator
175
Or Logical or Operator
176
Modulo Operator
177
Modulo Assignment Operator
178
Multiplication Operator
179
Multiplication Assignment Operator
179
New Operator
180
Ne Not Equal (Strings) Operator
181
Object Initializer Operator
181
() Parentheses Operator
183
Strict Equality Operator
184
Strict Inequality Operator
186
String Delimiter Operator
187
Subtraction Operator
188
Subtraction Assignment Operator
188
Type Operator
189
Typeof Operator
190
Void Operator
191
Statements
192
Break Statement
194
Case Statement
195
Class Statement
196
Continue Statement
198
Default Statement
200
Delete Statement
201
Do..while Statement
202
Dynamic Statement
203
Else Statement
205
Else if Statement
206
Extends Statement
207
For Statement
210
For..in Statement
211
Function Statement
212
Get Statement
214
If Statement
215
Implements Statement
216
Import Statement
217
Interface Statement
218
Intrinsic Statement
219
Private Statement
221
Public Statement
222
Return Statement
223
Set Statement
224
Set Variable Statement
225
Static Statement
226
Super Statement
227
Switch Statement
228
Throw Statement
229
Try..catch..finally Statement
230
Var Statement
234
While Statement
235
With Statement
236
Chapter 2: Actionscript Classes
239
Accessibility
239
Isactive (Accessibility.isactive Method)
240
Updateproperties (Accessibility.updateproperties Method)
241
Arguments
242
Callee (Arguments.callee Property)
243
Caller (Arguments.caller Property)
243
Length (Arguments.length Property)
243
Array
244
Array Constructor
247
CASEINSENSITIVE (Array.caseinsensitive Property)
248
Concat (Array.concat Method)
249
DESCENDING (Array.descending Property)
250
Join (Array.join Method)
250
Length (Array.length Property)
251
NUMERIC (Array.numeric Property)
252
Pop (Array.pop Method)
252
Push (Array.push Method)
253
Returnindexedarray
254
Property)
254
Reverse (Array.reverse Method)
254
Shift (Array.shift Method)
254
Slice (Array.slice Method)
255
Sort (Array.sort Method)
256
Sorton (Array.sorton Method)
259
Splice (Array.splice Method)
262
Tostring (Array.tostring Method)
264
UNIQUESORT (Array.uniquesort Property)
264
Unshift (Array.unshift Method)
265
Asbroadcaster
265
Addlistener (Asbroadcaster.addlistener Method)
266
Broadcastmessage (Asbroadcaster.broadcastmessage Method)
267
Initialize (Asbroadcaster.initialize Method)
268
Listeners (Asbroadcaster._Listeners Property)
270
Removelistener (Asbroadcaster.removelistener Method)
271
Bevelfilter (Flash.filters.bevelfilter)
272
Angle (Bevelfilter.angle Property)
275
Bevelfilter Constructor
276
Blurx (Bevelfilter.blurx Property)
278
Blury (Bevelfilter.blury Property)
279
Clone (Bevelfilter.clone Method)
280
Distance (Bevelfilter.distance Property)
282
Highlightalpha (Bevelfilter.highlightalpha Property)
283
Highlightcolor (Bevelfilter.highlightcolor Property)
284
Knockout (Bevelfilter.knockout Property)
285
Quality (Bevelfilter.quality Property)
286
Shadowalpha (Bevelfilter.shadowalpha Property)
287
Shadowcolor (Bevelfilter.shadowcolor Property)
288
Strength (Bevelfilter.strength Property)
289
Type (Bevelfilter.type Property)
290
Bitmapdata (Flash.display.bitmapdata)
291
Applyfilter (Bitmapdata.applyfilter Method)
297
Bitmapdata Constructor
299
Clone (Bitmapdata.clone Method)
300
Colortransform (Bitmapdata.colortransform Method)
302
Copychannel (Bitmapdata.copychannel Method)
303
Copypixels (Bitmapdata.copypixels Method)
305
Dispose (Bitmapdata.dispose Method)
306
Draw (Bitmapdata.draw Method)
307
Fillrect (Bitmapdata.fillrect Method)
309
Floodfill (Bitmapdata.floodfill Method)
310
Generatefilterrect (Bitmapdata.generatefilterrect Method)
311
Getcolorboundsrect (Bitmapdata.getcolorboundsrect Method)
312
Getpixel (Bitmapdata.getpixel Method)
313
Getpixel32 (Bitmapdata.getpixel32 Method)
314
Height (Bitmapdata.height Property)
315
Hittest (Bitmapdata.hittest Method)
315
Loadbitmap (Bitmapdata.loadbitmap Method)
317
Merge (Bitmapdata.merge Method)
318
Noise (Bitmapdata.noise Method)
319
Palettemap (Bitmapdata.palettemap Method)
320
Perlinnoise (Bitmapdata.perlinnoise Method)
322
Pixeldissolve (Bitmapdata.pixeldissolve Method)
324
Rectangle (Bitmapdata.rectangle Property)
326
Scroll (Bitmapdata.scroll Method)
326
Setpixel (Bitmapdata.setpixel Method)
327
Setpixel32 (Bitmapdata.setpixel32 Method)
328
Threshold (Bitmapdata.threshold Method)
329
Transparent (Bitmapdata.transparent Property)
331
Width (Bitmapdata.width Property)
331
Bitmapfilter (Flash.filters.bitmapfilter)
332
Clone (Bitmapfilter.clone Method)
333
Blurfilter (Flash.filters.blurfilter)
333
Blurfilter Constructor
335
Blurx (Blurfilter.blurx Property)
336
Blury (Blurfilter.blury Property)
337
Clone (Blurfilter.clone Method)
338
Quality (Blurfilter.quality Property)
340
Boolean
341
Boolean Constructor
342
Tostring (Boolean.tostring Method)
343
Valueof (Boolean.valueof Method)
343
Button
344
Alpha (Button._Alpha Property)
347
Blendmode (Button.blendmode Property)
348
Cacheasbitmap (Button.cacheasbitmap Property)
353
Enabled (Button.enabled Property)
354
Filters (Button.filters Property)
355
Focusrect (Button._Focusrect Property)
357
Getdepth (Button.getdepth Method)
357
Height (Button._Height Property)
358
Highquality (Button._Highquality Property)
359
Menu (Button.menu Property)
359
Name (Button._Name Property)
360
Ondragout (Button.ondragout Handler)
361
Ondragover (Button.ondragover Handler)
361
Onkeydown (Button.onkeydown Handler)
362
Onkeyup (Button.onkeyup Handler)
363
Onkillfocus (Button.onkillfocus Handler)
364
Onpress (Button.onpress Handler)
364
Onrelease (Button.onrelease Handler)
365
Onreleaseoutside (Button.onreleaseoutside Handler)
365
Onrollout (Button.onrollout Handler)
366
Onrollover (Button.onrollover Handler)
366
Onsetfocus (Button.onsetfocus Handler)
366
Parent (Button._Parent Property)
367
Quality (Button._Quality Property)
368
Rotation (Button._Rotation Property)
368
Scale9Grid (Button.scale9Grid Property)
369
Soundbuftime (Button._Soundbuftime Property)
370
Tabenabled (Button.tabenabled Property)
371
Tabindex (Button.tabindex Property)
371
Target (Button._Target Property)
372
Trackasmenu (Button.trackasmenu Property)
373
Url (Button._Url Property)
374
Usehandcursor (Button.usehandcursor Property)
375
Visible (Button._Visible Property)
375
Width (Button._Width Property)
376
X (Button._X Property)
377
Xmouse (Button._Xmouse Property)
377
Xscale (Button._Xscale Property)
378
Y (Button._Y Property)
378
Ymouse (Button._Ymouse Property)
379
Yscale (Button._Yscale Property)
380
Camera
381
Activitylevel (Camera.activitylevel Property)
383
Bandwidth (Camera.bandwidth Property)
384
Currentfps (Camera.currentfps Property)
385
Fps (Camera.fps Property)
386
Get (Camera.get Method)
387
Height (Camera.height Property)
389
Index (Camera.index Property)
390
Motionlevel (Camera.motionlevel Property)
391
Motiontimeout (Camera.motiontimeout Property)
393
Muted (Camera.muted Property)
394
Name (Camera.name Property)
395
Names (Camera.names Property)
395
Onactivity (Camera.onactivity Handler)
396
Onstatus (Camera.onstatus Handler)
397
Quality (Camera.quality Property)
398
Setmode (Camera.setmode Method)
399
Setmotionlevel (Camera.setmotionlevel Method)
401
Setquality (Camera.setquality Method)
402
Width (Camera.width Property)
403
Capabilities (System.capabilities)
404
Avhardwaredisable (Capabilities.avhardwaredisable Property)
407
Hasaccessibility (Capabilities.hasaccessibility Property)
407
Hasaudio (Capabilities.hasaudio Property)
408
Hasaudioencoder (Capabilities.hasaudioencoder Property)
408
Hasembeddedvideo (Capabilities.hasembeddedvideo Property)
409
Hasime (Capabilities.hasime Property)
409
Hasmp3 (Capabilities.hasmp3 Property)
409
Hasprinting (Capabilities.hasprinting Property)
410
Hasscreenbroadcast (Capabilities.hasscreenbroadcast Property)
410
Hasscreenplayback (Capabilities.hasscreenplayback Property)
410
Hasstreamingaudio (Capabilities.hasstreamingaudio Property)
411
Hasstreamingvideo (Capabilities.hasstreamingvideo Property)
411
Hasvideoencoder (Capabilities.hasvideoencoder Property)
411
Isdebugger (Capabilities.isdebugger Property)
412
Language (Capabilities.language Property)
412
Localfilereaddisable (Capabilities.localfilereaddisable Property)
413
Manufacturer (Capabilities.manufacturer Property)
414
Os (Capabilities.os Property)
414
Pixelaspectratio (Capabilities.pixelaspectratio Property)
414
Playertype (Capabilities.playertype Property)
415
Screencolor (Capabilities.screencolor Property)
415
Screendpi (Capabilities.screendpi Property)
415
Screenresolutionx (Capabilities.screenresolutionx Property)
416
Screenresolutiony (Capabilities.screenresolutiony Property)
416
Serverstring (Capabilities.serverstring Property)
416
Version (Capabilities.version Property)
417
Color
417
Color Constructor
419
Getrgb (Color.getrgb Method)
419
Gettransform (Color.gettransform Method)
420
Setrgb (Color.setrgb Method)
421
Settransform (Color.settransform Method)
421
Colormatrixfilter (Flash.filters.colormatrixfilter)
423
Clone (Colormatrixfilter.clone Method)
426
Colormatrixfilter Constructor
427
Matrix (Colormatrixfilter.matrix Property)
427
Colortransform (Flash.geom.colortransform)
428
Alphamultiplier (Colortransform.alphamultiplier Property)
431
Alphaoffset (Colortransform.alphaoffset Property)
432
Bluemultiplier (Colortransform.bluemultiplier Property)
432
Blueoffset (Colortransform.blueoffset Property)
433
Colortransform Constructor
434
Concat (Colortransform.concat Method)
435
Greenmultiplier (Colortransform.greenmultiplier Property)
437
Greenoffset (Colortransform.greenoffset Property)
437
Redmultiplier (Colortransform.redmultiplier Property)
438
Redoffset (Colortransform.redoffset Property)
439
Rgb (Colortransform.rgb Property)
440
Tostring (Colortransform.tostring Method)
441
Contextmenu
442
Builtinitems (Contextmenu.builtinitems Property)
444
Contextmenu Constructor
445
Copy (Contextmenu.copy Method)
446
Customitems (Contextmenu.customitems Property)
447
Hidebuiltinitems (Contextmenu.hidebuiltinitems Method)
448
Onselect (Contextmenu.onselect Handler)
448
Contextmenuitem
449
Caption (Contextmenuitem.caption Property)
451
Contextmenuitem Constructor
452
Copy (Contextmenuitem.copy Method)
453
Enabled (Contextmenuitem.enabled Property)
453
Onselect (Contextmenuitem.onselect Handler)
454
Separatorbefore (Contextmenuitem.separatorbefore Property)
455
Visible (Contextmenuitem.visible Property)
456
Convolutionfilter (Flash.filters.convolutionfilter)
457
Alpha (Convolutionfilter.alpha Property)
460
Bias (Convolutionfilter.bias Property)
461
Clamp (Convolutionfilter.clamp Property)
461
Clone (Convolutionfilter.clone Method)
462
Color (Convolutionfilter.color Property)
464
Convolutionfilter Constructor
465
Divisor (Convolutionfilter.divisor Property)
466
Matrix (Convolutionfilter.matrix Property)
467
Matrixx (Convolutionfilter.matrixx Property)
468
Matrixy (Convolutionfilter.matrixy Property)
468
Preservealpha (Convolutionfilter.preservealpha Property)
468
Customactions
469
Get (Customactions.get Method)
470
Install (Customactions.install Method)
471
List (Customactions.list Method)
473
Uninstall (Customactions.uninstall Method)
474
Date
475
Date Constructor
480
Getdate (Date.getdate Method)
482
Getday (Date.getday Method)
482
Getfullyear (Date.getfullyear Method)
483
Gethours (Date.gethours Method)
483
Getmilliseconds (Date.getmilliseconds Method)
484
Getminutes (Date.getminutes Method)
485
Getmonth (Date.getmonth Method)
485
Getseconds (Date.getseconds Method)
486
Gettime (Date.gettime Method)
486
Gettimezoneoffset (Date.gettimezoneoffset Method)
487
Getutcdate (Date.getutcdate Method)
487
Getutcday (Date.getutcday Method)
488
Getutcfullyear (Date.getutcfullyear Method)
488
Getutchours (Date.getutchours Method)
489
Getutcmilliseconds (Date.getutcmilliseconds Method)
490
Getutcminutes (Date.getutcminutes Method)
490
Getutcmonth (Date.getutcmonth Method)
490
Getutcseconds (Date.getutcseconds Method)
491
Getutcyear (Date.getutcyear Method)
491
Getyear (Date.getyear Method)
492
Setdate (Date.setdate Method)
493
Setfullyear (Date.setfullyear Method)
493
Sethours (Date.sethours Method)
494
Setmilliseconds (Date.setmilliseconds Method)
495
Setminutes (Date.setminutes Method)
495
Setmonth (Date.setmonth Method)
496
Setseconds (Date.setseconds Method)
496
Settime (Date.settime Method)
497
Setutcdate (Date.setutcdate Method)
498
Setutcfullyear (Date.setutcfullyear Method)
498
Setutchours (Date.setutchours Method)
499
Setutcmilliseconds (Date.setutcmilliseconds Method)
500
Setutcminutes (Date.setutcminutes Method)
501
Setutcmonth (Date.setutcmonth Method)
502
Setutcseconds (Date.setutcseconds Method)
502
Setyear (Date.setyear Method)
503
Tostring (Date.tostring Method)
504
UTC (Date.utc Method)
504
Valueof (Date.valueof Method)
505
Displacementmapfilter (Flash.filters.displacementmapfilter)
505
Alpha (Displacementmapfilter.alpha Property)
508
Clone (Displacementmapfilter.clone Method)
510
Color (Displacementmapfilter.color Property)
512
Componentx (Displacementmapfilter.componentx Property)
514
Componenty (Displacementmapfilter.componenty Property)
516
Displacementmapfilter Constructor
517
Mapbitmap (Displacementmapfilter.mapbitmap Property)
520
Mappoint (Displacementmapfilter.mappoint Property)
522
Mode (Displacementmapfilter.mode Property)
524
Scalex (Displacementmapfilter.scalex Property)
525
Scaley (Displacementmapfilter.scaley Property)
527
Dropshadowfilter (Flash.filters.dropshadowfilter)
528
Alpha (Dropshadowfilter.alpha Property)
531
Angle (Dropshadowfilter.angle Property)
532
Blurx (Dropshadowfilter.blurx Property)
533
Blury (Dropshadowfilter.blury Property)
534
Clone (Dropshadowfilter.clone Method)
535
Color (Dropshadowfilter.color Property)
536
Distance (Dropshadowfilter.distance Property)
537
Dropshadowfilter Constructor
538
Hideobject (Dropshadowfilter.hideobject Property)
540
Inner (Dropshadowfilter.inner Property)
541
Knockout (Dropshadowfilter.knockout Property)
542
Quality (Dropshadowfilter.quality Property)
543
Strength (Dropshadowfilter.strength Property)
544
Error
545
Error Constructor
546
Message (Error.message Property)
547
Name (Error.name Property)
547
Tostring (Error.tostring Method)
548
Externalinterface (Flash.external.externalinterface)
549
Addcallback (Externalinterface.addcallback Method)
551
Available (Externalinterface.available Property)
553
Call (Externalinterface.call Method)
553
Filereference (Flash.net.filereference)
555
Addlistener (Filereference.addlistener Method)
560
Browse (Filereference.browse Method)
561
Cancel (Filereference.cancel Method)
563
Creationdate (Filereference.creationdate Property)
564
Creator (Filereference.creator Property)
565
Download (Filereference.download Method)
565
Filereference Constructor
568
Modificationdate (Filereference.modificationdate Property)
569
Name (Filereference.name Property)
569
Oncancel (Filereference.oncancel Event Listener)
570
Oncomplete (Filereference.oncomplete Event Listener)
571
Onhttperror (Filereference.onhttperror Event Listener)
571
Onioerror (Filereference.onioerror Event Listener)
573
Onopen (Filereference.onopen Event Listener)
574
Onprogress (Filereference.onprogress Event Listener)
575
Onsecurityerror (Filereference.onsecurityerror Event Listener)
576
Onselect (Filereference.onselect Event Listener)
577
Removelistener (Filereference.removelistener Method)
578
Size (Filereference.size Property)
579
Type (Filereference.type Property)
580
Upload (Filereference.upload Method)
580
Filereferencelist (Flash.net.filereferencelist)
584
Addlistener (Filereferencelist.addlistener Method)
587
Browse (Filereferencelist.browse Method)
588
Filelist (Filereferencelist.filelist Property)
590
Filereferencelist Constructor
591
Oncancel (Filereferencelist.oncancel Event Listener)
592
Onselect (Filereferencelist.onselect Event Listener)
592
Removelistener (Filereferencelist.removelistener Method)
593
Function
594
Apply (Function.apply Method)
595
Call (Function.call Method)
597
Glowfilter (Flash.filters.glowfilter)
598
Alpha (Glowfilter.alpha Property)
600
Blurx (Glowfilter.blurx Property)
601
Blury (Glowfilter.blury Property)
602
Clone (Glowfilter.clone Method)
603
Color (Glowfilter.color Property)
605
Glowfilter Constructor
606
Inner (Glowfilter.inner Property)
608
Knockout (Glowfilter.knockout Property)
609
Quality (Glowfilter.quality Property)
610
Strength (Glowfilter.strength Property)
611
Gradientbevelfilter (Flash.filters.gradientbevelfilter)
612
Alphas (Gradientbevelfilter.alphas Property)
615
Angle (Gradientbevelfilter.angle Property)
616
Blurx (Gradientbevelfilter.blurx Property)
617
Blury (Gradientbevelfilter.blury Property)
618
Clone (Gradientbevelfilter.clone Method)
619
Colors (Gradientbevelfilter.colors Property)
620
Distance (Gradientbevelfilter.distance Property)
621
Gradientbevelfilter Constructor
622
Knockout (Gradientbevelfilter.knockout Property)
624
Quality (Gradientbevelfilter.quality Property)
625
Ratios (Gradientbevelfilter.ratios Property)
627
Strength (Gradientbevelfilter.strength Property)
629
Type (Gradientbevelfilter.type Property)
630
Gradientglowfilter (Flash.filters.gradientglowfilter)
631
Alphas (Gradientglowfilter.alphas Property)
634
Angle (Gradientglowfilter.angle Property)
635
Blurx (Gradientglowfilter.blurx Property)
636
Blury (Gradientglowfilter.blury Property)
637
Clone (Gradientglowfilter.clone Method)
638
Colors (Gradientglowfilter.colors Property)
640
Distance (Gradientglowfilter.distance Property)
642
Gradientglowfilter Constructor
643
Knockout (Gradientglowfilter.knockout Property)
645
Quality (Gradientglowfilter.quality Property)
646
Ratios (Gradientglowfilter.ratios Property)
647
Strength (Gradientglowfilter.strength Property)
650
Type (Gradientglowfilter.type Property)
651
IME (System.ime)
653
Addlistener (Ime.addlistener Method)
656
Alphanumeric_Full
657
(IME.ALPHANUMERIC_FULL Property)
657
Alphanumeric_Half
658
(IME.ALPHANUMERIC_HALF Property)
658
CHINESE (IME.CHINESE Property)
659
Doconversion (Ime.doconversion Method)
659
Getconversionmode (Ime.getconversionmode Method)
660
Getenabled (Ime.getenabled Method)
661
Japanese_Hiragana
661
(IME.JAPANESE_HIRAGANA Property)
661
Japanese_Katakana_Full
662
(IME.JAPANESE_KATAKANA_FULL Property)
662
Japanese_Katakana_Half
663
(IME.JAPANESE_KATAKANA_HALF Property)
663
KOREAN (IME.KOREAN Property)
663
Onimecomposition (Ime.onimecomposition Event Listener)
664
Removelistener (Ime.removelistener Method)
665
Setcompositionstring (Ime.setcompositionstring Method)
666
Setconversionmode (Ime.setconversionmode Method)
667
Setenabled (Ime.setenabled Method)
668
UNKNOWN (IME.UNKNOWN Property)
668
Key
669
Addlistener (Key.addlistener Method)
672
BACKSPACE (Key.backspace Property)
673
CAPSLOCK (Key.capslock Property)
673
CONTROL (Key.control Property)
674
DELETEKEY (Key.deletekey Property)
675
DOWN (Key.down Property)
676
END (Key.end Property)
676
ENTER (Key.enter Property)
677
ESCAPE (Key.escape Property)
678
Getascii (Key.getascii Method)
678
Getcode (Key.getcode Method)
679
HOME (Key.home Property)
681
INSERT (Key.insert Property)
681
Isaccessible (Key.isaccessible Method)
682
Isdown (Key.isdown Method)
682
Istoggled (Key.istoggled Method)
683
LEFT (Key.left Property)
685
Listeners (Key._Listeners Property)
685
Onkeydown (Key.onkeydown Event Listener)
686
Onkeyup (Key.onkeyup Event Listener)
687
PGDN (Key.pgdn Property)
687
PGUP (Key.pgup Property)
688
Removelistener (Key.removelistener Method)
688
RIGHT (Key.right Property)
689
SHIFT (Key.shift Property)
690
SPACE (Key.space Property)
690
TAB (Key.tab Property)
691
UP (Key.up Property)
691
Loadvars
692
Addrequestheader (Loadvars.addrequestheader Method)
695
Contenttype (Loadvars.contenttype Property)
696
Decode (Loadvars.decode Method)
696
Getbytesloaded (Loadvars.getbytesloaded Method)
697
Getbytestotal (Loadvars.getbytestotal Method)
698
Load (Loadvars.load Method)
699
Loaded (Loadvars.loaded Property)
701
Loadvars Constructor
702
Ondata (Loadvars.ondata Handler)
702
Onhttpstatus (Loadvars.onhttpstatus Handler)
703
Onload (Loadvars.onload Handler)
705
Send (Loadvars.send Method)
706
Sendandload (Loadvars.sendandload Method)
708
Tostring (Loadvars.tostring Method)
710
Localconnection
710
Allowdomain (Localconnection.allowdomain Handler)
713
Allowinsecuredomain (Localconnection.allowinsecuredomain Handler)
717
Close (Localconnection.close Method)
718
Connect (Localconnection.connect Method)
719
Domain (Localconnection.domain Method)
722
Localconnection Constructor
725
Onstatus (Localconnection.onstatus Handler)
726
Send (Localconnection.send Method)
727
Locale (MX.lang.locale)
729
Adddelayedinstance (Locale.adddelayedinstance Method)
732
Addxmlpath (Locale.addxmlpath Method)
732
Autoreplace (Locale.autoreplace Property)
733
Checkxmlstatus (Locale.checkxmlstatus Method)
734
Getdefaultlang (Locale.getdefaultlang Method)
735
Initialize (Locale.initialize Method)
735
Languagecodearray (Locale.languagecodearray Property)
736
Loadlanguagexml (Locale.loadlanguagexml Method)
737
Loadstring (Locale.loadstring Method)
738
Loadstringex (Locale.loadstringex Method)
739
Setdefaultlang (Locale.setdefaultlang Method)
740
Setloadcallback (Locale.setloadcallback Method)
740
Setstring (Locale.setstring Method)
741
Stringidarray (Locale.stringidarray Property)
742
Math
742
Abs (Math.abs Method)
745
Acos (Math.acos Method)
746
Asin (Math.asin Method)
746
Atan (Math.atan Method)
747
Atan2 (Math.atan2 Method)
748
Ceil (Math.ceil Method)
748
Cos (Math.cos Method)
749
E (Math.e Property)
750
Exp (Math.exp Method)
750
Floor (Math.floor Method)
751
LN10 (Math.ln10 Property)
752
LN2 (Math.ln2 Property)
752
Log (Math.log Method)
752
LOG10E (Math.log10E Property)
753
LOG2E (Math.log2E Property)
753
Max (Math.max Method)
754
Min (Math.min Method)
754
PI (Math.pi Property)
755
Pow (Math.pow Method)
756
Random (Math.random Method)
757
Round (Math.round Method)
757
Sin (Math.sin Method)
758
Sqrt (Math.sqrt Method)
759
SQRT1_2 (Math.sqrt1_2 Property)
760
SQRT2 (Math.sqrt2 Property)
760
Tan (Math.tan Method)
761
Matrix (Flash.geom.matrix)
762
A (Matrix.a Property)
766
B (Matrix.b Property)
766
C (Matrix.C Property)
767
Clone (Matrix.clone Method)
767
Concat (Matrix.concat Method)
768
Createbox (Matrix.createbox Method)
770
Creategradientbox (Matrix.creategradientbox Method)
771
D (Matrix.D Property)
772
Deltatransformpoint (Matrix.deltatransformpoint Method)
773
Identity (Matrix.identity Method)
774
Invert (Matrix.invert Method)
775
Matrix Constructor
776
Rotate (Matrix.rotate Method)
777
Scale (Matrix.scale Method)
780
Tostring (Matrix.tostring Method)
780
Transformpoint (Matrix.transformpoint Method)
781
Translate (Matrix.translate Method)
782
Tx (Matrix.tx Property)
783
Ty (Matrix.ty Property)
783
Microphone
784
Activitylevel (Microphone.activitylevel Property)
786
Gain (Microphone.gain Property)
787
Get (Microphone.get Method)
788
Index (Microphone.index Property)
790
Muted (Microphone.muted Property)
791
Name (Microphone.name Property)
791
Names (Microphone.names Property)
792
Onactivity (Microphone.onactivity Handler)
793
Onstatus (Microphone.onstatus Handler)
794
Rate (Microphone.rate Property)
795
Setgain (Microphone.setgain Method)
796
Setrate (Microphone.setrate Method)
797
Setsilencelevel (Microphone.setsilencelevel Method)
798
Setuseechosuppression (Microphone.setuseechosuppression Method)
801
Silencelevel (Microphone.silencelevel Property)
802
Silencetimeout (Microphone.silencetimeout Property)
803
Useechosuppression (Microphone.useechosuppression Property)
804
Mouse
805
Addlistener (Mouse.addlistener Method)
807
Hide (Mouse.hide Method)
808
Onmousedown (Mouse.onmousedown Event Listener)
809
Onmousemove (Mouse.onmousemove Event Listener)
810
Onmouseup (Mouse.onmouseup Event Listener)
812
Onmousewheel (Mouse.onmousewheel Event Listener)
813
Removelistener (Mouse.removelistener Method)
814
Show (Mouse.show Method)
816
Movieclip
817
Alpha (Movieclip._Alpha Property)
826
Attachaudio (Movieclip.attachaudio Method)
827
Attachbitmap (Movieclip.attachbitmap Method)
828
Attachmovie (Movieclip.attachmovie Method)
829
Beginbitmapfill (Movieclip.beginbitmapfill Method)
830
Beginfill (Movieclip.beginfill Method)
832
Begingradientfill (Movieclip.begingradientfill Method)
833
Blendmode (Movieclip.blendmode Property)
840
Cacheasbitmap (Movieclip.cacheasbitmap Property)
846
Clear (Movieclip.clear Method)
847
Createemptymovieclip
847
Createtextfield (Movieclip.createtextfield Method)
850
Currentframe (Movieclip._Currentframe Property)
852
Curveto (Movieclip.curveto Method)
852
Droptarget (Movieclip._Droptarget Property)
854
Duplicatemovieclip (Movieclip.duplicatemovieclip Method)
855
Enabled (Movieclip.enabled Property)
857
Endfill (Movieclip.endfill Method)
857
Filters (Movieclip.filters Property)
858
Focusenabled (Movieclip.focusenabled Property)
860
Focusrect (Movieclip._Focusrect Property)
860
Framesloaded (Movieclip._Framesloaded Property)
861
Getbounds (Movieclip.getbounds Method)
862
Getbytesloaded (Movieclip.getbytesloaded Method)
863
Getbytestotal (Movieclip.getbytestotal Method)
864
Getdepth (Movieclip.getdepth Method)
865
Getinstanceatdepth (Movieclip.getinstanceatdepth Method)
866
Getnexthighestdepth
866
Getrect (Movieclip.getrect Method)
868
Getswfversion (Movieclip.getswfversion Method)
870
Gettextsnapshot (Movieclip.gettextsnapshot Method)
871
Geturl (Movieclip.geturl Method)
872
Globaltolocal (Movieclip.globaltolocal Method)
874
Gotoandplay (Movieclip.gotoandplay Method)
876
Gotoandstop (Movieclip.gotoandstop Method)
877
Height (Movieclip._Height Property)
878
Highquality (Movieclip._Highquality Property)
878
Hitarea (Movieclip.hitarea Property)
879
Hittest (Movieclip.hittest Method)
880
Linegradientstyle (Movieclip.linegradientstyle Method)
881
Linestyle (Movieclip.linestyle Method)
885
Lineto (Movieclip.lineto Method)
888
Loadmovie (Movieclip.loadmovie Method)
889
Loadvariables (Movieclip.loadvariables Method)
891
Localtoglobal (Movieclip.localtoglobal Method)
893
Lockroot (Movieclip._Lockroot Property)
895
Menu (Movieclip.menu Property)
898
Moveto (Movieclip.moveto Method)
899
Name (Movieclip._Name Property)
899
Nextframe (Movieclip.nextframe Method)
900
Ondata (Movieclip.ondata Handler)
901
Ondragout (Movieclip.ondragout Handler)
902
Ondragover (Movieclip.ondragover Handler)
902
Onenterframe (Movieclip.onenterframe Handler)
903
Onkeydown (Movieclip.onkeydown Handler)
903
Onkeyup (Movieclip.onkeyup Handler)
904
Onkillfocus (Movieclip.onkillfocus Handler)
905
Onload (Movieclip.onload Handler)
906
Onmousedown (Movieclip.onmousedown Handler)
907
Onmousemove (Movieclip.onmousemove Handler)
907
Onmouseup (Movieclip.onmouseup Handler)
907
Onpress (Movieclip.onpress Handler)
908
Onrelease (Movieclip.onrelease Handler)
908
Onreleaseoutside (Movieclip.onreleaseoutside Handler)
909
Onrollout (Movieclip.onrollout Handler)
909
Onrollover (Movieclip.onrollover Handler)
910
Onsetfocus (Movieclip.onsetfocus Handler)
910
Onunload (Movieclip.onunload Handler)
911
Opaquebackground (Movieclip.opaquebackground Property)
911
Parent (Movieclip._Parent Property)
912
Play (Movieclip.play Method)
913
Prevframe (Movieclip.prevframe Method)
914
Quality (Movieclip._Quality Property)
915
Removemovieclip (Movieclip.removemovieclip Method)
917
Rotation (Movieclip._Rotation Property)
918
Scale9Grid (Movieclip.scale9Grid Property)
919
Scrollrect (Movieclip.scrollrect Property)
923
Setmask (Movieclip.setmask Method)
924
Soundbuftime (Movieclip._Soundbuftime Property)
925
Startdrag (Movieclip.startdrag Method)
925
Stop (Movieclip.stop Method)
926
Stopdrag (Movieclip.stopdrag Method)
927
Swapdepths (Movieclip.swapdepths Method)
928
Tabchildren (Movieclip.tabchildren Property)
929
Tabenabled (Movieclip.tabenabled Property)
930
Tabindex (Movieclip.tabindex Property)
930
Target (Movieclip._Target Property)
931
Totalframes (Movieclip._Totalframes Property)
932
Trackasmenu (Movieclip.trackasmenu Property)
932
Transform (Movieclip.transform Property)
933
Unloadmovie (Movieclip.unloadmovie Method)
935
Url (Movieclip._Url Property)
936
Usehandcursor (Movieclip.usehandcursor Property)
937
Visible (Movieclip._Visible Property)
937
Width (Movieclip._Width Property)
938
X (Movieclip._X Property)
939
Xmouse (Movieclip._Xmouse Property)
939
Xscale (Movieclip._Xscale Property)
940
Y (Movieclip._Y Property)
941
Ymouse (Movieclip._Ymouse Property)
942
Yscale (Movieclip._Yscale Property)
943
Moviecliploader
944
Addlistener (Moviecliploader.addlistener Method)
946
Getprogress (Moviecliploader.getprogress Method)
948
Loadclip (Moviecliploader.loadclip Method)
949
Moviecliploader Constructor
952
Onloaderror (Moviecliploader.onloaderror Event Listener)
954
Onloadinit (Moviecliploader.onloadinit Event Listener)
956
Onloadstart (Moviecliploader.onloadstart Event Listener)
958
Removelistener (Moviecliploader.removelistener Method)
960
Unloadclip (Moviecliploader.unloadclip Method)
961
Netconnection
962
Connect (Netconnection.connect Method)
963
Netconnection Constructor
965
Netstream
965
Bufferlength (Netstream.bufferlength Property)
967
Buffertime (Netstream.buffertime Property)
968
Bytesloaded (Netstream.bytesloaded Property)
969
Bytestotal (Netstream.bytestotal Property)
971
Close (Netstream.close Method)
972
Currentfps (Netstream.currentfps Property)
973
Netstream Constructor
974
Oncuepoint (Netstream.oncuepoint Handler)
974
Onmetadata (Netstream.onmetadata Handler)
977
Onstatus (Netstream.onstatus Handler)
978
Pause (Netstream.pause Method)
980
Play (Netstream.play Method)
980
Seek (Netstream.seek Method)
982
Setbuffertime (Netstream.setbuffertime Method)
983
Number
985
MAX_VALUE (Number.max_Value Property)
986
MIN_VALUE (Number.min_Value Property)
987
Nan (Number.nan Property)
987
Number Constructor
988
POSITIVE_INFINITY (Number.positive_Infinity Property)
988
Tostring (Number.tostring Method)
989
Valueof (Number.valueof Method)
990
Object
990
Addproperty (Object.addproperty Method)
992
Constructor (Object.constructor Property)
995
Hasownproperty (Object.hasownproperty Method)
996
Ispropertyenumerable (Object.ispropertyenumerable Method)
996
Isprototypeof (Object.isprototypeof Method)
997
Object Constructor
997
Proto__ (Object.__Proto__ Property)
998
Prototype (Object.prototype Property)
999
Registerclass (Object.registerclass Method)
1000
Resolve (Object.__Resolve Property)
1001
Tostring (Object.tostring Method)
1004
Unwatch (Object.unwatch Method)
1005
Valueof (Object.valueof Method)
1006
Watch (Object.watch Method)
1007
Point (Flash.geom.point)
1009
Add (Point.add Method)
1011
Clone (Point.clone Method)
1011
Distance (Point.distance Method)
1012
Equals (Point.equals Method)
1012
Interpolate (Point.interpolate Method)
1013
Length (Point.length Property)
1014
Normalize (Point.normalize Method)
1014
Offset (Point.offset Method)
1015
Point Constructor
1015
Polar (Point.polar Method)
1016
Subtract (Point.subtract Method)
1017
Tostring (Point.tostring Method)
1017
X (Point.X Property)
1018
Y (Point.y Property)
1018
Printjob
1019
Addpage (Printjob.addpage Method)
1020
Orientation (Printjob.orientation Property)
1024
Pageheight (Printjob.pageheight Property)
1024
Pagewidth (Printjob.pagewidth Property)
1025
Paperheight (Printjob.paperheight Property)
1025
Paperwidth (Printjob.paperwidth Property)
1025
Printjob Constructor
1025
Send (Printjob.send Method)
1026
Start (Printjob.start Method)
1027
Rectangle (Flash.geom.rectangle)
1030
Bottom (Rectangle.bottom Property)
1033
Bottomright (Rectangle.bottomright Property)
1034
Clone (Rectangle.clone Method)
1034
Contains (Rectangle.contains Method)
1037
Containspoint (Rectangle.containspoint Method)
1038
Containsrectangle (Rectangle.containsrectangle Method)
1038
Equals (Rectangle.equals Method)
1039
Height (Rectangle.height Property)
1040
Inflate (Rectangle.inflate Method)
1041
Inflatepoint (Rectangle.inflatepoint Method)
1042
Intersection (Rectangle.intersection Method)
1043
Intersects (Rectangle.intersects Method)
1043
Isempty (Rectangle.isempty Method)
1044
Left (Rectangle.left Property)
1045
Offset (Rectangle.offset Method)
1046
Offsetpoint (Rectangle.offsetpoint Method)
1046
Rectangle Constructor
1047
Right (Rectangle.right Property)
1048
Setempty (Rectangle.setempty Method)
1048
Size (Rectangle.size Property)
1049
Top (Rectangle.top Property)
1050
Topleft (Rectangle.topleft Property)
1051
Tostring (Rectangle.tostring Method)
1051
Union (Rectangle.union Method)
1052
Width (Rectangle.width Property)
1053
X (Rectangle.X Property)
1054
Y (Rectangle.y Property)
1054
Security (System.security)
1055
Allowdomain (Security.allowdomain Method)
1056
Allowinsecuredomain (Security.allowinsecuredomain Method)
1061
Loadpolicyfile (Security.loadpolicyfile Method)
1065
Sandboxtype (Security.sandboxtype Property)
1067
Selection
1068
Addlistener (Selection.addlistener Method)
1070
Getbeginindex (Selection.getbeginindex Method)
1071
Getcaretindex (Selection.getcaretindex Method)
1072
Getendindex (Selection.getendindex Method)
1073
Getfocus (Selection.getfocus Method)
1074
Onsetfocus (Selection.onsetfocus Event Listener)
1075
Removelistener (Selection.removelistener Method)
1076
Setfocus (Selection.setfocus Method)
1077
Setselection (Selection.setselection Method)
1079
Sharedobject
1080
Clear (Sharedobject.clear Method)
1083
Data (Sharedobject.data Property)
1084
Flush (Sharedobject.flush Method)
1085
Getlocal (Sharedobject.getlocal Method)
1087
Getsize (Sharedobject.getsize Method)
1091
Onstatus (Sharedobject.onstatus Handler)
1092
Sound
1094
Attachsound (Sound.attachsound Method)
1096
Duration (Sound.duration Property)
1097
Getbytesloaded (Sound.getbytesloaded Method)
1099
Getbytestotal (Sound.getbytestotal Method)
1100
Getpan (Sound.getpan Method)
1100
Gettransform (Sound.gettransform Method)
1102
Getvolume (Sound.getvolume Method)
1104
Id3 (Sound.id3 Property)
1106
Loadsound (Sound.loadsound Method)
1108
Onid3 (Sound.onid3 Handler)
1109
Onload (Sound.onload Handler)
1110
Onsoundcomplete (Sound.onsoundcomplete Handler)
1111
Position (Sound.position Property)
1112
Setpan (Sound.setpan Method)
1112
Settransform (Sound.settransform Method)
1113
Setvolume (Sound.setvolume Method)
1115
Sound Constructor
1115
Start (Sound.start Method)
1116
Stop (Sound.stop Method)
1117
Stage
1118
Addlistener (Stage.addlistener Method)
1119
Align (Stage.align Property)
1120
Height (Stage.height Property)
1121
Onresize (Stage.onresize Event Listener)
1122
Removelistener (Stage.removelistener Method)
1122
Scalemode (Stage.scalemode Property)
1123
Showmenu (Stage.showmenu Property)
1124
Width (Stage.width Property)
1125
String
1126
Charat (String.charat Method)
1128
Charcodeat (String.charcodeat Method)
1129
Concat (String.concat Method)
1130
Fromcharcode (String.fromcharcode Method)
1130
Indexof (String.indexof Method)
1131
Lastindexof (String.lastindexof Method)
1132
Length (String.length Property)
1133
Slice (String.slice Method)
1134
Split (String.split Method)
1135
String Constructor
1136
Substr (String.substr Method)
1137
Substring (String.substring Method)
1138
Tolowercase (String.tolowercase Method)
1139
Tostring (String.tostring Method)
1140
Touppercase (String.touppercase Method)
1140
Valueof (String.valueof Method)
1141
Stylesheet (Textfield.stylesheet)
1142
Clear (Stylesheet.clear Method)
1145
Getstyle (Stylesheet.getstyle Method)
1146
Getstylenames (Stylesheet.getstylenames Method)
1148
Load (Stylesheet.load Method)
1148
Onload (Stylesheet.onload Handler)
1149
Parsecss (Stylesheet.parsecss Method)
1150
Setstyle (Stylesheet.setstyle Method)
1151
Stylesheet Constructor
1153
Transform (Stylesheet.transform Method)
1153
System
1154
Exactsettings (System.exactsettings Property)
1156
Onstatus (System.onstatus Handler)
1157
Setclipboard (System.setclipboard Method)
1159
Showsettings (System.showsettings Method)
1160
Usecodepage (System.usecodepage Property)
1161
Textfield
1162
Addlistener (Textfield.addlistener Method)
1167
Alpha (Textfield._Alpha Property)
1169
Antialiastype (Textfield.antialiastype Property)
1170
Autosize (Textfield.autosize Property)
1171
Background (Textfield.background Property)
1173
Backgroundcolor (Textfield.backgroundcolor Property)
1173
Border (Textfield.border Property)
1174
Bordercolor (Textfield.bordercolor Property)
1174
Bottomscroll (Textfield.bottomscroll Property)
1175
Condensewhite (Textfield.condensewhite Property)
1176
Embedfonts (Textfield.embedfonts Property)
1177
Filters (Textfield.filters Property)
1177
Getdepth (Textfield.getdepth Method)
1179
Getfontlist (Textfield.getfontlist Method)
1180
Getnewtextformat (Textfield.getnewtextformat Method)
1180
Gettextformat (Textfield.gettextformat Method)
1181
Gridfittype (Textfield.gridfittype Property)
1182
Height (Textfield._Height Property)
1184
Highquality (Textfield._Highquality Property)
1184
Hscroll (Textfield.hscroll Property)
1185
Html (Textfield.html Property)
1186
Htmltext (Textfield.htmltext Property)
1187
Length (Textfield.length Property)
1187
Maxchars (Textfield.maxchars Property)
1188
Maxhscroll (Textfield.maxhscroll Property)
1188
Maxscroll (Textfield.maxscroll Property)
1189
Menu (Textfield.menu Property)
1189
Multiline (Textfield.multiline Property)
1192
Name (Textfield._Name Property)
1192
Onchanged (Textfield.onchanged Handler)
1193
Onkillfocus (Textfield.onkillfocus Handler)
1194
Onscroller (Textfield.onscroller Handler)
1194
Onsetfocus (Textfield.onsetfocus Handler)
1196
Parent (Textfield._Parent Property)
1197
Password (Textfield.password Property)
1198
Quality (Textfield._Quality Property)
1199
Removelistener (Textfield.removelistener Method)
1199
Removetextfield (Textfield.removetextfield Method)
1200
Replacesel (Textfield.replacesel Method)
1201
Replacetext (Textfield.replacetext Method)
1202
Restrict (Textfield.restrict Property)
1203
Rotation (Textfield._Rotation Property)
1204
Scroll (Textfield.scroll Property)
1205
Selectable (Textfield.selectable Property)
1206
Setnewtextformat (Textfield.setnewtextformat Method)
1207
Settextformat (Textfield.settextformat Method)
1208
Sharpness (Textfield.sharpness Property)
1210
Soundbuftime (Textfield._Soundbuftime Property)
1211
Stylesheet (Textfield.stylesheet Property)
1212
Tabenabled (Textfield.tabenabled Property)
1214
Tabindex (Textfield.tabindex Property)
1215
Target (Textfield._Target Property)
1216
Text (Textfield.text Property)
1217
Textcolor (Textfield.textcolor Property)
1217
Textheight (Textfield.textheight Property)
1218
Textwidth (Textfield.textwidth Property)
1219
Thickness (Textfield.thickness Property)
1219
Type (Textfield.type Property)
1220
Url (Textfield._Url Property)
1221
Variable (Textfield.variable Property)
1221
Visible (Textfield._Visible Property)
1222
Width (Textfield._Width Property)
1222
Wordwrap (Textfield.wordwrap Property)
1224
X (Textfield._X Property)
1224
Xmouse (Textfield._Xmouse Property)
1225
Xscale (Textfield._Xscale Property)
1226
Y (Textfield._Y Property)
1227
Ymouse (Textfield._Ymouse Property)
1227
Yscale (Textfield._Yscale Property)
1227
Textformat
1228
Align (Textformat.align Property)
1231
Blockindent (Textformat.blockindent Property)
1232
Bold (Textformat.bold Property)
1232
Bullet (Textformat.bullet Property)
1233
Color (Textformat.color Property)
1233
Font (Textformat.font Property)
1234
Gettextextent (Textformat.gettextextent Method)
1234
Indent (Textformat.indent Property)
1237
Italic (Textformat.italic Property)
1237
Kerning (Textformat.kerning Property)
1238
Leading (Textformat.leading Property)
1239
Leftmargin (Textformat.leftmargin Property)
1240
Letterspacing (Textformat.letterspacing Property)
1240
Rightmargin (Textformat.rightmargin Property)
1241
Size (Textformat.size Property)
1241
Tabstops (Textformat.tabstops Property)
1242
Target (Textformat.target Property)
1242
Textformat Constructor
1243
Underline (Textformat.underline Property)
1245
Url (Textformat.url Property)
1245
Textrenderer (Flash.text.textrenderer)
1246
Maxlevel (Textrenderer.maxlevel Property)
1247
Textsnapshot
1251
Findtext (Textsnapshot.findtext Method)
1253
Getcount (Textsnapshot.getcount Method)
1254
Getselected (Textsnapshot.getselected Method)
1255
Getselectedtext (Textsnapshot.getselectedtext Method)
1256
Gettext (Textsnapshot.gettext Method)
1257
Gettextruninfo (Textsnapshot.gettextruninfo Method)
1258
Setselectcolor (Textsnapshot.setselectcolor Method)
1262
Setselected (Textsnapshot.setselected Method)
1263
Transform (Flash.geom.transform)
1265
Colortransform (Transform.colortransform Property)
1266
Concatenatedmatrix (Transform.concatenatedmatrix Property)
1268
Matrix (Transform.matrix Property)
1269
Pixelbounds (Transform.pixelbounds Property)
1270
Transform Constructor
1271
Video
1273
Alpha (Video._Alpha Property)
1276
Attachvideo (Video.attachvideo Method)
1276
Clear (Video.clear Method)
1277
Deblocking (Video.deblocking Property)
1278
Height (Video.height Property)
1279
Name (Video._Name Property)
1280
Parent (Video._Parent Property)
1280
Rotation (Video._Rotation Property)
1281
Smoothing (Video.smoothing Property)
1281
Visible (Video._Visible Property)
1282
Width (Video.width Property)
1282
X (Video._X Property)
1283
Xmouse (Video._Xmouse Property)
1283
Xscale (Video._Xscale Property)
1283
Y (Video._Y Property)
1284
Ymouse (Video._Ymouse Property)
1284
Yscale (Video._Yscale Property)
1284
Addrequestheader (Xml.addrequestheader Method)
1289
Contenttype (Xml.contenttype Property)
1290
Createelement (Xml.createelement Method)
1291
Createtextnode (Xml.createtextnode Method)
1292
Doctypedecl (Xml.doctypedecl Property)
1293
Getbytesloaded (Xml.getbytesloaded Method)
1294
Getbytestotal (Xml.getbytestotal Method)
1295
Idmap (Xml.idmap Property)
1295
Ignorewhite (Xml.ignorewhite Property)
1297
Load (Xml.load Method)
1299
Loaded (Xml.loaded Property)
1301
Ondata (Xml.ondata Handler)
1302
Onhttpstatus (Xml.onhttpstatus Handler)
1303
Onload (Xml.onload Handler)
1305
Parsexml (Xml.parsexml Method)
1306
Send (Xml.send Method)
1306
Sendandload (Xml.sendandload Method)
1308
Status (Xml.status Property)
1310
XML Constructor
1311
Xmldecl (Xml.xmldecl Property)
1312
Xmlnode
1313
Appendchild (Xmlnode.appendchild Method)
1316
Attributes (Xmlnode.attributes Property)
1317
Childnodes (Xmlnode.childnodes Property)
1317
Clonenode (Xmlnode.clonenode Method)
1318
Firstchild (Xmlnode.firstchild Property)
1320
Haschildnodes (Xmlnode.haschildnodes Method)
1324
Insertbefore (Xmlnode.insertbefore Method)
1325
Lastchild (Xmlnode.lastchild Property)
1325
Localname (Xmlnode.localname Property)
1327
Namespaceuri (Xmlnode.namespaceuri Property)
1328
Nextsibling (Xmlnode.nextsibling Property)
1330
Nodename (Xmlnode.nodename Property)
1330
Nodetype (Xmlnode.nodetype Property)
1332
Nodevalue (Xmlnode.nodevalue Property)
1333
Parentnode (Xmlnode.parentnode Property)
1335
Prefix (Xmlnode.prefix Property)
1335
Previoussibling (Xmlnode.previoussibling Property)
1336
Removenode (Xmlnode.removenode Method)
1337
Tostring (Xmlnode.tostring Method)
1338
Xmlnode Constructor
1338
Xmlsocket
1340
Close (Xmlsocket.close Method)
1343
Connect (Xmlsocket.connect Method)
1343
Onclose (Xmlsocket.onclose Handler)
1345
Onconnect (Xmlsocket.onconnect Handler)
1346
Ondata (Xmlsocket.ondata Handler)
1347
Onxml (Xmlsocket.onxml Handler)
1347
Send (Xmlsocket.send Method)
1348
Xmlsocket Constructor
1349
Xmlui
1349
Accept (Xmlui.accept Method)
1351
Cancel (Xmlui.cancel Method)
1351
Get (Xmlui.get Method)
1351
Set (Xmlui.set Method)
1351
Chapter 3: Deprecated Actionscript
1353
Deprecated Class Summary
1353
Deprecated Function Summary
1353
Deprecated Property Summary
1355
Deprecated Operator Summary
1355
Index
1357
Advertisement
Advertisement
Related Products
MACROMEDIA DREAMWEAVER 8-EXTENDING DREAMWEAVER
MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API
MACROMEDIA FIREWORKS 8-USING FIREWORKS
MACROMEDIA FLASH 8-DEVELOPING FLASH LITE 2.X
MACROMEDIA FLASH 8-FLASH
MACROMEDIA FLASH 8-COMPONENTS LANGUAGE
MACROMEDIA STUDIO 8-EXPLORING STUDIO 8
MACROMEDIA DREAMWEAVER 8
MACROMEDIA FLASH 8-LEARNING FLASH LITE 1.X ACTIONSCRIPT
MACROMEDIA FLASH 8-INTRODUCTION TO FLASH LITE 2.X ACTIONSCRIPT
MACROMEDIA Categories
Software
More MACROMEDIA Manuals
Login
Sign In
OR
Sign in with Facebook
Sign in with Google
Upload manual
Upload from disk
Upload from URL