Package | mx.core |
Class | public class MovieClipLoaderAsset |
Inheritance | MovieClipLoaderAsset MovieClipAsset FlexMovieClip flash.display.MovieClip |
Implements | IFlexAsset, IFlexDisplayObject |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Property | Defined By | ||
---|---|---|---|
borderMetrics : EdgeMetrics [read-only]
Returns an EdgeMetrics object for the border that has four properties:
left, top, right,
and bottom. | MovieClipAsset | ||
measuredHeight : Number [read-only]
The measured height of this object. | MovieClipAsset | ||
measuredWidth : Number [read-only]
The measured width of this object. | MovieClipAsset | ||
movieClipData : ByteArray [read-only]
A ByteArray containing the inner content. | MovieClipLoaderAsset |
Property | Defined By | ||
---|---|---|---|
initialHeight : Number = 0
Backing storage for the measuredHeight property. | MovieClipLoaderAsset | ||
initialWidth : Number = 0
Backing storage for the measuredWidth property. | MovieClipLoaderAsset |
Method | Defined By | ||
---|---|---|---|
Constructor. | MovieClipLoaderAsset | ||
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates. | MovieClipAsset | ||
setActualSize(newWidth:Number, newHeight:Number):void
Sets the actual size of this object. | MovieClipAsset | ||
toString():String [override]
Returns a string indicating the location of this object
within the hierarchy of DisplayObjects in the Application. | FlexMovieClip |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched after the SWF asset has been fully loaded. | MovieClipLoaderAsset |
initialHeight | property |
protected var initialHeight:Number = 0
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Backing storage for the measuredHeight
property.
Subclasses should set this value in the constructor.
initialWidth | property |
protected var initialWidth:Number = 0
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Backing storage for the measuredWidth
property.
Subclasses should set this value in the constructor.
movieClipData | property |
movieClipData:ByteArray
[read-only] Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
A ByteArray containing the inner content. Overridden in subclasses.
public function get movieClipData():ByteArray
MovieClipLoaderAsset | () | Constructor |
public function MovieClipLoaderAsset()
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Constructor.
complete | Event |
flash.events.Event
flash.events.Event.COMPLETE
Language Version : | ActionScript 3.0 |
Product Version : | Flex 3 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Dispatched after the SWF asset has been fully loaded.