Packageat.fhjoanneum.dmt.umj.core.content.media.components.deprecated
Classpublic class MediaComponentVideoPlayer
InheritanceMediaComponentVideoPlayer Inheritance GenericMediaComponent Inheritance GenericMediaComponentDefinition Inheritance spark.components.SkinnableContainer

MEDIA COMPONENT: This is THE ACTUAL IMPLEMENTATION of the (visual) representation of a video player - deprecated, no longer used!

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
 InheritedabstractContent : String
[read-only]
GenericMediaComponent
 InheritedcomponentWasCreated : Boolean
[read-only]
GenericMediaComponent
  videoPlayer : MediaComponentVideoPlayerVisuals
[read-only]
MediaComponentVideoPlayer
Protected Properties
 PropertyDefined By
 Inherited_abstractContent : String = no content information
GenericMediaComponent
 Inherited_componentWasCreated : Boolean = false
GenericMediaComponent
Public Methods
 MethodDefined By
  
MediaComponentVideoPlayer
  
activate():void
[override]
MediaComponentVideoPlayer
  
deactivate():void
[override]
MediaComponentVideoPlayer
 Inherited
refreshContent(content:String):void
GenericMediaComponent
 Inherited
setScaling(scaling:String = none):void
GenericMediaComponent
Protected Methods
 MethodDefined By
 Inherited
GenericMediaComponent
Events
 Event Summary Defined By
 InheritedGenericMediaComponent
 InheritedGenericMediaComponent
  MediaComponentVideoPlayer
Property Detail
videoPlayerproperty
videoPlayer:MediaComponentVideoPlayerVisuals  [read-only]


Implementation
    public function get videoPlayer():MediaComponentVideoPlayerVisuals
Constructor Detail
MediaComponentVideoPlayer()Constructor
public function MediaComponentVideoPlayer(url:String)



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

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

Event Detail
PLAYBACK_COMPLETE Event
Event Object Type: at.fhjoanneum.dmt.umj.core.events.MediaComponentEvent