Properties inherited from the Loader class
The following table lists the properties the Form class inherits from the Loader class. When
accessing these properties from the Form object, use the syntax
Property
Loader.autoLoad
Loader.bytesLoaded
Loader.bytesTotal
Loader.content
Loader.contentPath
Loader.percentLoaded
Loader.scaleContent
Properties inherited from the Screen class
The following table lists the properties the Form class inherits from the Screen class. When
accessing these properties from the Form object, use the syntax
Property
Screen.currentFocusedScreen
Screen.indexInParent
Screen.numChildScreens
Screen.parentIsScreen
Screen.rootScreen
Event summary for the Form class
There are no events exclusive to the Form class.
434
Chapter 6: Components Dictionary
Description
A Boolean value that indicates whether the content loads
automatically (
) or you must call
true
A read-only property that indicates the number of bytes that have
been loaded.
A read-only property that indicates the total number of bytes in
the content.
A reference to the content of the loader. This property is read-only.
A string that indicates the URL of the content to be loaded.
A number that indicates the percentage of loaded content. This
property is read-only.
A Boolean value that indicates whether the content scales to fit the
loader (
), or the loader scales to fit the content (
true
Description
Read-only; returns the screen that contains the global current
focus.
Read-only; returns the screen's index (zero-based) in its parent
screen's list of child screens.
Read-only; returns the number of child screens contained by the
screen.
Read-only; returns a Boolean (
whether the screen's parent object is itself a screen.
Read-only; returns the root screen of the tree or subtree that
contains the screen.
formInstance.propertyName
(
Loader.load()
false
false
formInstance.propertyName
or
) value that indicates
true
false
.
).
).
.
Need help?
Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?