| Package | com.adobe.exm.expression.impl |
| Class | public class BytesExpressionLoader |
| Inheritance | BytesExpressionLoader DefaultExpressionLoader 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) |
Public Properties
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : 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
| Property | Defined By | ||
|---|---|---|---|
![]() | loader : Loader
For loading SWF. | DefaultExpressionLoader | |
Public Methods
| Method | Defined By | ||
|---|---|---|---|
BytesExpressionLoader(swfBytes:ByteArray) Constructor. | BytesExpressionLoader | ||
![]() |
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 | |
[override] This function loads swf from byte[]. | BytesExpressionLoader | ||
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
[override]
Resets the loader state. | BytesExpressionLoader | ||
![]() |
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 | |
Constructor Detail
BytesExpressionLoader | () | Constructor |
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 byte[].
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.
Thu Dec 4 2014, 05:50 PM -08:00
