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.impl 

DefaultExpressionLoader  - AS3 Expression Manager

Packagecom.adobe.exm.expression.impl
Classpublic class DefaultExpressionLoader
InheritanceDefaultExpressionLoader Inheritance Object
Implements IExpressionLoader
Subclasses BytesExpressionLoader, UrlExpressionLoader
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)

Base Class to load the expression swf in a loader context. This should be extended by other loaders.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  faultHandler : Function
Fault handler.
DefaultExpressionLoader
  loadCompleteHandler : Function
Invoked in case of successful load.
DefaultExpressionLoader
Protected Properties
 PropertyDefined By
  loader : Loader
For loading SWF.
DefaultExpressionLoader
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
  
Loads the SWF.
DefaultExpressionLoader
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
Resets the loader state.
DefaultExpressionLoader
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Protected Methods
 MethodDefined By
  
Registers loadCompleteHandler and faultHandler with the loader instance
DefaultExpressionLoader
Property Detail

faultHandler

property
faultHandler:Function

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

Fault handler.



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

loadCompleteHandler

property 
loadCompleteHandler:Function

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 successful load.



Implementation
    public function get loadCompleteHandler():Function
    public function set loadCompleteHandler(value:Function):void

loader

property 
protected var loader:Loader

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

For loading SWF.

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)

Loads the SWF.

Parameters

loaderContext:LoaderContext — loaderContext object.

registerEventHandlers

()method 
protected function registerEventHandlers():void

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

Registers loadCompleteHandler and faultHandler with the loader instance

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 state.