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
formInstance.propertyName
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 that the Form class inherits from the Screen class.
When accessing these properties from the Form object, use the syntax
formInstance.propertyName
Property
Screen.currentFocusedScreen
Screen.indexInParent
Screen.numChildScreens
Screen.parentIsScreen
Screen.rootScreen
740
Form class (Flash Professional only)
.
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
(
).
false
.
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 (
indicates 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.
(
Loader.load()
or
) value that
true
false
).
false
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?