500
Chapter 12: ActionScript Dictionary
MovieClip.focusEnabled
Availability
Flash Player 6.
Usage
my_mc
.focusEnabled
Description
Property; if the value is
undefined
or
false
, a movie clip cannot receive input focus unless it is a
button movie clip. If the
focusEnabled
property value is
true
, a movie clip can receive input
focus even if it is not a button movie clip.
MovieClip._focusrect
Availability
Flash Player 6.
Usage
my_mc
._focusrect
Description
Property; a Boolean value that specifies whether a movie clip has a yellow rectangle around it
when it has keyboard focus. This property can override the global
_focusrect
property.
MovieClip._framesloaded
Availability
Flash Player 4.
Usage
my_mc
._framesloaded
Description
Property (read-only); the number of frames that have been loaded from a streaming SWF file.
This property is useful for determining whether the contents of a specific frame, and all the
frames before it, have loaded and are available locally in the browser. This property is useful for
monitoring the downloading of large SWF files. For example, you might want to display a
message to users indicating that the SWF file is loading until a specified frame in the SWF file has
finished loading.
Summary of Contents for FLASH MX 2004 - ACTIONSCRIPT
Page 1: ...ActionScript Reference Guide...
Page 8: ...8 Contents...
Page 12: ......
Page 24: ...24 Chapter 1 What s New in Flash MX 2004 ActionScript...
Page 54: ...54 Chapter 2 ActionScript Basics...
Page 80: ...80 Chapter 3 Writing and Debugging Scripts...
Page 82: ......
Page 110: ...110 Chapter 5 Creating Interaction with ActionScript...
Page 112: ......
Page 120: ...120 Chapter 6 Using the Built In Classes...
Page 176: ......
Page 192: ...192 Chapter 10 Working with External Data...
Page 202: ...202 Chapter 11 Working with External Media...
Page 204: ......
Page 782: ...782 Chapter 12 ActionScript Dictionary...
Page 793: ...Other keys 793 221 222 Key Key code...
Page 794: ...794 Appendix C Keyboard Keys and Key Code Values...
Page 798: ...798 Appendix D Writing Scripts for Earlier Versions of Flash Player...
Page 806: ...806 Appendix E Object Oriented Programming with ActionScript 1...
Page 816: ...816 Index...