Packageat.fhjoanneum.dmt.umj.core.content.media.components
Classpublic class MediaComponentAnimation
InheritanceMediaComponentAnimation Inheritance GenericMediaComponent Inheritance GenericMediaComponentDefinition Inheritance spark.components.SkinnableContainer

MEDIA COMPONENT: This is THE ACTUAL IMPLEMENTATION of the visual representation of a animation typed localizedItem = SWFs

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
 InheritedabstractContent : String
[read-only]
GenericMediaComponent
  animation : MediaComponentAnimationVisuals
[read-only]
MediaComponentAnimation
 InheritedcomponentWasCreated : Boolean
[read-only]
GenericMediaComponent
Protected Properties
 PropertyDefined By
 Inherited_abstractContent : String = no content information
GenericMediaComponent
 Inherited_componentWasCreated : Boolean = false
GenericMediaComponent
Public Methods
 MethodDefined By
  
MediaComponentAnimation
  
activate():void
[override]
MediaComponentAnimation
  
deactivate():void
[override]
MediaComponentAnimation
  
MediaComponentAnimation
  
mute():void
MediaComponentAnimation
  
pause():void
MediaComponentAnimation
  
play():void
MediaComponentAnimation
  
refreshContent(content:String):void
[override]
MediaComponentAnimation
  
seek(frames:int):void
MediaComponentAnimation
  
setScaling(scaling:String = letterbox):void
[override]
MediaComponentAnimation
  
unmute():void
MediaComponentAnimation
Protected Methods
 MethodDefined By
 Inherited
GenericMediaComponent
Events
 Event Summary Defined By
 InheritedGenericMediaComponent
 InheritedGenericMediaComponent
Property Detail
animationproperty
animation:MediaComponentAnimationVisuals  [read-only]


Implementation
    public function get animation():MediaComponentAnimationVisuals
Constructor Detail
MediaComponentAnimation()Constructor
public function MediaComponentAnimation(url:String)



Parameters
url:String
Method Detail
activate()method
override public function activate():void

deactivate()method 
override public function deactivate():void

fullStopToBeginning()method 
public function fullStopToBeginning():void

mute()method 
public function mute():void

pause()method 
public function pause():void

play()method 
public function play():void

refreshContent()method 
override public function refreshContent(content:String):void

Parameters

content:String

seek()method 
public function seek(frames:int):void

Parameters

frames:int

setScaling()method 
override public function setScaling(scaling:String = letterbox):void

Parameters

scaling:String (default = letterbox)

unmute()method 
public function unmute():void