(Beta)
Package | com.adobe.exm.expression.impl |
Class | public class BytesExpressionLoader |
Inheritance | BytesExpressionLoader DefaultExpressionLoader Object |
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
Protected Properties
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] A function that loads the 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
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: | AIR 1.0, Flash Player 9, Flash Player 10 |
A function that loads the SWF from byte[].
Parameters
loaderContext:LoaderContext — The loaderContext object.
|
reset | () | method |
override 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