ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Show Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes
com.adobe.exm.expression 

IExpressionLoader  - AS3 Expression Manager

Packagecom.adobe.exm.expression
Interfacepublic interface IExpressionLoader
Implementors DefaultExpressionLoader
Deprecated since Expression Manager 10

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Interface to load the expression swf in a loader context



Public Properties
 PropertyDefined By
  faultHandler : Function
[write-only] Invoked in case of fault.
IExpressionLoader
  loadCompleteHandler : Function
[write-only] Function invoked when load operation completes.
IExpressionLoader
Public Methods
 MethodDefined By
  
This API is used to load swf in passed loader context.
IExpressionLoader
  
Resets the loader.
IExpressionLoader
Property Detail

faultHandler

property
faultHandler:Function  [write-only]

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Invoked in case of fault.



Implementation
    public function set faultHandler(value:Function):void

loadCompleteHandler

property 
loadCompleteHandler:Function  [write-only]

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Function invoked when load operation completes.



Implementation
    public function set loadCompleteHandler(value:Function):void
Method Detail

loadExpressions

()method
public function loadExpressions(loaderContext:LoaderContext):void

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

This API is used to load swf in passed loader context.

Parameters

loaderContext:LoaderContext — loaderContext object.

reset

()method 
public function reset():void

Language Version: ActionScript 3.0
Product Version: Expression Manager Building Block 9.5
Runtime Versions: Flash Player 10.2, AIR (unsupported)

Resets the loader.