MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 656

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

Property
UIObject.visible
UIObject.width
UIObject.x
UIObject.y
Properties inherited from the UIComponent class
The following table lists the properties the Screen class inherits from the UIComponent class.
When accessing these properties from the Screen object, use the form
ScreenInstance.propertyName
Property
UIComponent.enabled
UIComponent.tabIndex
Properties inherited from the Loader class
The following table lists the properties the Screen class inherits from the Loader class. When
accessing these properties from the Screen object, use the form
Property
Loader.autoLoad
Loader.bytesLoaded
Loader.bytesTotal
Loader.content
Loader.contentPath
Loader.percentLoaded
Loader.scaleContent
656
Chapter 6: Components Dictionary
Description
A Boolean value indicating whether the object is visible (
not (
).
false
The width of the object, in pixels. Read-only.
The left edge of the object, in pixels. Read-only.
The top edge of the object, in pixels. Read-only.
.
Description
Indicates whether the component can receive focus and input.
A number indicating the tab order for a component in a document.
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
ScreenInstance.propertyName
(
Loader.load()
false
false
) or
true
.
).
).

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents