A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
abort() — Method in interface com.gaiaframework.api.IAsset
Used to manually abort an on-demand asset load.
accessibilityProperties — Property in interface com.gaiaframework.api.IDisplayObject
addAssets(nodes, page:com.gaiaframework.api:IPageAsset) — Method in interface com.gaiaframework.api.IGaia
This method is used to add externalized dynamic assets to a page at runtime.
addChild(child) — Method in interface com.gaiaframework.api.ISprite
addChildAt(child, index) — Method in interface com.gaiaframework.api.ISprite
addCustomAsset(assetClass, type) — Method in interface com.gaiaframework.api.IGaia
addDeeplinkListener(target) — Method in interface com.gaiaframework.api.IGaia
The deeplink event occurs whenever the SWFAddress class updates, either from the browser or from a goto event.
afterComplete(target, onlyOnce) — Method in interface com.gaiaframework.api.IGaia
The afterComplete event fires after the flow is complete.
afterGoto(target, hijack, onlyOnce) — Method in interface com.gaiaframework.api.IGaia
The afterGoto event fires after the goto event succeeds and before the flow begins.
afterPreload(target, hijack, onlyOnce) — Method in interface com.gaiaframework.api.IGaia
The afterPreload event fires after the preloading of the new branch is finished.
afterTransitionIn(target, hijack, onlyOnce) — Method in interface com.gaiaframework.api.IGaia
The afterTransitionIn event fires after the transition in phase is finished.
afterTransitionOut(target, hijack, onlyOnce) — Method in interface com.gaiaframework.api.IGaia
The afterTransitionOut event fires after the transition out phase is finished.
alpha — Property in interface com.gaiaframework.api.IDisplayObject
api — Static property in class com.gaiaframework.api.Gaia
Gaia.api is how you access the Gaia API methods.
areInaccessibleObjectsUnderPoint(point) — Method in interface com.gaiaframework.api.ISprite
asset — Property in class com.gaiaframework.events.AssetEvent
This is a reference to the asset (pages are a type of asset) that is currently loading.
assetArray — Property in interface com.gaiaframework.api.IPageAsset
Returns an array of the assets in the order they are listed in the site.xml.
assetComplete — Event in interface com.gaiaframework.api.IAsset
Dispatched when the asset is finished loading.
ASSET_COMPLETE — Constant static property in class com.gaiaframework.events.AssetEvent
This event type is dispatched when loading on-demand assets and you need to know when they're finished loading.
AssetEvent — Class in package com.gaiaframework.events
The AssetEvent is used by the IPreloader and is also used to listen for when on-demand assets are finished loading.
assetPath — Property in interface com.gaiaframework.api.IPageAsset
Use this attribute to set the folder paths for all assets of that page.
assets — Property in interface com.gaiaframework.api.IPage
If a page has assets in the site.xml, they are stored in this object by their id.
assets — Property in interface com.gaiaframework.api.IPageAsset
A hash of the Page's assets (stored by their id).
asyncError — Event in interface com.gaiaframework.api.INetStream
Dispatched when the NetStream's fires an AsyncErrorEvent
attach(video) — Method in interface com.gaiaframework.api.INetStream
Attach the NetStreamAsset to a Video instance.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z