User Guide
Screen class (API) (Flash Professional only) 1077
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.
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
ScreenInstance.propertyName.
UIObject.visible A Boolean value indicating whether the object is visible
(
true) or not (false).
UIObject.width The width of the object, in pixels. Read-only.
UIObject.x The left edge of the object, in pixels. Read-only.
UIObject.y The top edge of the object, in pixels. Read-only.
Property Description
UIComponent.enabled Indicates whether the component can receive focus and
input.
UIComponent.tabIndex A number indicating the tab order for a component in a
document.
Property Description
Loader.autoLoad A Boolean value that indicates whether the content loads
automatically (
true) or you must call Loader.load() (false).
Loader.bytesLoaded A read-only property that indicates the number of bytes that
have been loaded.
Loader.bytesTotal A read-only property that indicates the total number of bytes
in the content.
Loader.content A reference to the content of the loader. This property is
read-only.
Loader.contentPath A string that indicates the URL of the content to be loaded.
Property Description