Package | com.adobe.exm.expression |
Interface | public 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) |
Public Properties
Property | Defined By | ||
---|---|---|---|
faultHandler : Function [write-only] Invoked in case of fault. | IExpressionLoader | ||
loadCompleteHandler : Function [write-only] Function invoked when load operation completes. | IExpressionLoader |
Public Methods
Method | Defined By | ||
---|---|---|---|
This API is used to load swf in 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: | 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.
Mon Nov 28 2011, 06:48 AM -08:00