(Beta)
| Package | com.adobe.exm.expression |
| Interface | public interface IExpressionLoader |
| Implementors | DefaultExpressionLoader |
| 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 | ||
|---|---|---|---|
| faultHandler : Function [write-only] Invoked when there is a fault. | IExpressionLoader | ||
| loadCompleteHandler : Function [write-only] Invoked when the load operation is complete. | IExpressionLoader | ||
Public Methods
| Method | Defined By | ||
|---|---|---|---|
Loads a SWF in the passed loader context. | IExpressionLoader | ||
Resets the loader. | IExpressionLoader | ||
Property Detail
faultHandler | property |
loadCompleteHandler | property |
loadCompleteHandler:Function [write-only] | 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 operation is complete.
Implementation
public function set loadCompleteHandler(value:Function):voidMethod 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 a SWF in the passed loader context.
Parameters
loaderContext:LoaderContext — The loaderContext object.
|
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.
Wed Nov 21 2018, 06:34 AM -08:00