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 

UrlExpressionLoader  - AS3 Expression Manager

Packagecom.adobe.exm.expression.impl
Classpublic class UrlExpressionLoader
InheritanceUrlExpressionLoader Inheritance DefaultExpressionLoader Inheritance Object
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)

Loads the expression SWF from the given URL.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
 InheritedfaultHandler : Function
Fault handler.
DefaultExpressionLoader
 InheritedloadCompleteHandler : Function
Invoked in case of successful load.
DefaultExpressionLoader
Protected Properties
 PropertyDefined By
 Inheritedloader : Loader
For loading SWF.
DefaultExpressionLoader
Public Methods
 MethodDefined By
  
Constructor.
UrlExpressionLoader
 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
  
[override] This function loads SWF from the URL.
UrlExpressionLoader
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
  
[override] Resets the loader state.
UrlExpressionLoader
 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
 Inherited
Registers loadCompleteHandler and faultHandler with the loader instance
DefaultExpressionLoader
Constructor Detail

UrlExpressionLoader

()Constructor
public function UrlExpressionLoader(endpoint:String, params:Object)

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

Constructor.

Parameters
endpoint:String — url for loading SWF.
 
params:Object — URL params.
Method Detail

loadExpressions

()method
override 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 function loads SWF from the URL.

Parameters

loaderContext:LoaderContext — loaderContext object.

reset

()method 
override 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.