(Beta)
Package | com.adobe.exm.expression.impl |
Class | public class DefaultExpressionLoader |
Inheritance | DefaultExpressionLoader Object |
Implements | IExpressionLoader |
Subclasses | BytesExpressionLoader, UrlExpressionLoader |
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
faultHandler : Function
Specifies the fault handler. | DefaultExpressionLoader | ||
loadCompleteHandler : Function
Invoked when the load is successful. | DefaultExpressionLoader |
Public Methods
Method | Defined By | ||
---|---|---|---|
Indicates whether an object has a specified property defined. | Object | ||
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 | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Resets the loader state. | DefaultExpressionLoader | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Protected Methods
Method | Defined 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: | AIR 1.0, Flash Player 9, Flash Player 10 |
Specifies the 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: | AIR 1.0, Flash Player 9, Flash Player 10 |
Invoked when the load is successful.
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: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads the 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: | AIR 1.0, Flash Player 9, Flash Player 10 |
Loads the SWF.
Parameters
loaderContext:LoaderContext — The loaderContext object.
|
registerEventHandlers | () | method |
protected function registerEventHandlers():void
Language Version: | ActionScript 3.0 |
Product Version: | Expression Manager Building Block 9.5 |
Runtime Versions: | AIR 1.0, Flash Player 9, Flash Player 10 |
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: | AIR 1.0, Flash Player 9, Flash Player 10 |
Resets the loader state.
Wed Nov 21 2018, 06:34 AM -08:00