Packagecom.gaiaframework.api
Interfacepublic interface IMovieClip extends ISprite, IDisplayObject, IAsset, flash.events.IEventDispatcher
SubinterfacesIPageAsset

This is the interface for the MovieClipAsset.

See also

MovieClipAsset Documentation
flash.display.MovieClip


Public Properties
 PropertyDefined by
 InheritedaccessibilityProperties : AccessibilityProperties
IDisplayObject
 Inheritedalpha : Number
IDisplayObject
 InheritedblendMode : String
IDisplayObject
 InheritedbuttonMode : Boolean
ISprite
 Inheritedbytes : int
Returns the bytes attribute value set in the site.xml for byte-accurate preloading.
IAsset
 InheritedcacheAsBitmap : Boolean
IDisplayObject
 Inheritedcontainer : DisplayObject
[read-only] BitmapSpriteAssets return the Sprite containing the Loader and MovieClipAssets return the Loader.
ISprite
  content : MovieClip
[read-only] Returns the loader.content MovieClip.
IMovieClip
 InheritedcontextMenu : ContextMenu
ISprite
  currentFrame : int
[read-only]
IMovieClip
  currentLabel : String
[read-only]
IMovieClip
  currentLabels : Array
[read-only]
IMovieClip
 Inheriteddepth : String
Specifies the depth container the asset is assigned to.
IDisplayObject
 Inheriteddomain : String
Specifies the ApplicationDomain the Asset should load into.
ISprite
 InheriteddoubleClickEnabled : Boolean
ISprite
 InheriteddropTarget : DisplayObject
ISprite
  enabled : Boolean
IMovieClip
 Inheritedfilters : Array
IDisplayObject
 InheritedfocusRect : Object
ISprite
  framesLoaded : int
[read-only]
IMovieClip
 Inheritedgraphics : Graphics
ISprite
 Inheritedheight : Number
IDisplayObject
 InheritedhitArea : Sprite
ISprite
 Inheritedid : String
Returns the ID as set in site.xml.
IAsset
 Inheritedloader : Loader
Returns the loader.
IDisplayObject
 Inheritedmask : DisplayObject
IDisplayObject
 InheritedmouseChildren : Boolean
ISprite
 InheritedmouseEnabled : Boolean
ISprite
 InheritedmouseX : Number
IDisplayObject
 InheritedmouseY : Number
IDisplayObject
 Inheritedname : String
IDisplayObject
 Inheritednode : XML
Returns the raw XML node of the asset
IAsset
 InheritednumChildren : int
ISprite
 InheritedopaqueBackground : Object
IDisplayObject
 Inheritedorder : int
Returns the load order and position of the asset relative to other assets of the page.
IAsset
 Inheritedparent : DisplayObjectContainer
IDisplayObject
 InheritedpercentLoaded : Number
Returns the bytesLoaded / bytesTotal.
IAsset
 InheritedpreloadAsset : Boolean
Specifies a value of true if the asset is set to preload, or false if it is on-demand.
IAsset
 Inheritedroot : DisplayObject
IDisplayObject
 Inheritedrotation : Number
IDisplayObject
 Inheritedscale9Grid : Rectangle
IDisplayObject
 InheritedscaleX : Number
IDisplayObject
 InheritedscaleY : Number
IDisplayObject
 InheritedscrollRect : Rectangle
IDisplayObject
 InheritedshowProgress : Boolean
Specifies whether the asset will cause the asset preloader to appear when loaded on-demand.
IAsset
 InheritedsoundTransform : SoundTransform
ISprite
 Inheritedsrc : String
Returns the source path of the asset.
IAsset
 Inheritedstage : Stage
IDisplayObject
 InheritedtabChildren : Boolean
ISprite
 InheritedtabEnabled : Boolean
ISprite
 InheritedtabIndex : int
ISprite
 Inheritedtitle : String
Specifies the title of the asset.
IAsset
  totalFrames : int
[read-only]
IMovieClip
  trackAsMenu : Boolean
IMovieClip
 Inheritedtransform : Transform
IDisplayObject
 InheriteduseHandCursor : Boolean
ISprite
 Inheritedvisible : Boolean
IDisplayObject
 Inheritedwidth : Number
IDisplayObject
 Inheritedx : Number
IDisplayObject
 Inheritedy : Number
IDisplayObject
Public Methods
 MethodDefined by
 Inherited
abort():void
Used to manually abort an on-demand asset load.
IAsset
 Inherited
addChild(child:DisplayObject):DisplayObject
ISprite
 Inherited
addChildAt(child:DisplayObject, index:int):DisplayObject
ISprite
 Inherited
areInaccessibleObjectsUnderPoint(point:Point):Boolean
ISprite
 Inherited
contains(child:DisplayObject):Boolean
ISprite
 Inherited
getBounds(obj:DisplayObject):Rectangle
IDisplayObject
 Inherited
Returns the loaded bytes of the file.
IAsset
 Inherited
Returns the total bytes of the file.
IAsset
 Inherited
getChildAt(index:int):DisplayObject
ISprite
 Inherited
getChildByName(name:String):DisplayObject
ISprite
 Inherited
getChildIndex(child:DisplayObject):int
ISprite
 Inherited
getObjectsUnderPoint(point:Point):Array
ISprite
 Inherited
getRect(obj:DisplayObject):Rectangle
IDisplayObject
 Inherited
globalToLocal(point:Point):Point
IDisplayObject
  
gotoAndPlay(value:Object):void
IMovieClip
  
gotoAndStop(value:Object):void
IMovieClip
 Inherited
hitTestObject(obj:DisplayObject):Boolean
IDisplayObject
 Inherited
hitTestPoint(px:Number, py:Number, shapeFlag:Boolean = false):Boolean
IDisplayObject
 Inherited
load(... args):void
Used to load assets on-demand.
IAsset
 Inherited
localToGlobal(point:Point):Point
IDisplayObject
  
nextFrame():void
IMovieClip
  
play():void
IMovieClip
  
prevFrame():void
IMovieClip
 Inherited
removeChild(child:DisplayObject):DisplayObject
ISprite
 Inherited
removeChildAt(index:int):DisplayObject
ISprite
 Inherited
setChildIndex(child:DisplayObject, index:int):void
ISprite
 Inherited
startDrag(lockCenter:Boolean = false, bounds:Rectangle = null):void
ISprite
  
stop():void
IMovieClip
 Inherited
stopDrag():void
ISprite
 Inherited
swapChildren(child1:DisplayObject, child2:DisplayObject):void
ISprite
 Inherited
swapChildrenAt(index1:int, index2:int):void
ISprite
Events
 EventSummaryDefined by
 Inherited Dispatched when the asset is finished loading.IAsset
Property detail
contentproperty
content:MovieClip  [read-only]

Returns the loader.content MovieClip.

Implementation
    public function get content():MovieClip
currentFrameproperty 
currentFrame:int  [read-only]

Implementation
    public function get currentFrame():int

See also

currentLabelproperty 
currentLabel:String  [read-only]

Implementation
    public function get currentLabel():String

See also

currentLabelsproperty 
currentLabels:Array  [read-only]

Implementation
    public function get currentLabels():Array

See also

enabledproperty 
enabled:Boolean  [read-write]

Implementation
    public function get enabled():Boolean
    public function set enabled(value:Boolean):void

See also

framesLoadedproperty 
framesLoaded:int  [read-only]

Implementation
    public function get framesLoaded():int

See also

totalFramesproperty 
totalFrames:int  [read-only]

Implementation
    public function get totalFrames():int

See also

trackAsMenuproperty 
trackAsMenu:Boolean  [read-write]

Implementation
    public function get trackAsMenu():Boolean
    public function set trackAsMenu(value:Boolean):void

See also

Method detail
gotoAndPlay()method
public function gotoAndPlay(value:Object):void

Parameters
value:Object

See also

gotoAndStop()method 
public function gotoAndStop(value:Object):void

Parameters
value:Object

See also

nextFrame()method 
public function nextFrame():void

See also

play()method 
public function play():void

See also

prevFrame()method 
public function prevFrame():void

See also

stop()method 
public function stop():void

See also