User Guide
698 Chapter 6: Components Dictionary
Properties inherited from the UIComponent class
The following table lists the properties the Slide class inherits from the UIComponent class.
When accessing these properties from the Slide object, use the form
SlideInstance.propertyName.
Properties inherited from the Loader class
The following table lists the properties the Slide class inherits from the Loader class. When
accessing these properties from the Slide object, use the form
SlideInstance.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.
Loader.percentLoaded A number that indicates the percentage of loaded content. This
property is read-only.
Loader.scaleContent A Boolean value that indicates whether the content scales to fit the
loader (
true), or the loader scales to fit the content (false).
Property Description