| Package | com.gaiaframework.api |
| Interface | public interface IXml extends IAsset, flash.events.IEventDispatcher |
XMLAsset.
See also
| Property | Defined by | ||
|---|---|---|---|
![]() | bytes : int
Returns the bytes attribute value set in the
site.xml for byte-accurate preloading. | IAsset | |
![]() | id : String
Returns the ID as set in
site.xml. | IAsset | |
![]() | node : XML
Returns the raw XML node of the asset
| IAsset | |
![]() | order : int
Returns the load order and position of the asset relative to other assets of the page.
| IAsset | |
![]() | percentLoaded : Number
Returns the bytesLoaded / bytesTotal.
| IAsset | |
![]() | preloadAsset : Boolean
Specifies a value of
true if the asset is set to preload, or false if it is on-demand. | IAsset | |
![]() | showProgress : Boolean
Specifies whether the asset will cause the asset preloader to appear when loaded on-demand.
| IAsset | |
![]() | src : String
Returns the source path of the asset.
| IAsset | |
![]() | title : String
Specifies the title of the asset.
| IAsset | |
| xml : XML [read-only]
Returns the XML.
| IXml | ||