Packageat.fhjoanneum.dmt.umj.core.content.media.components
Classpublic class MediaComponentSoundVisuals
InheritanceMediaComponentSoundVisuals Inheritance Mp3Player Inheritance spark.components.SkinnableContainer

MEDIA COMPONENT DEFINITION: The component definition as used in MediaComponentSound

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
 InheritedautoPlay : Boolean
Mp3Player
 InheritedisPlaying : Boolean
[read-only]
Mp3Player
 Inheritedmuted : Boolean
Mp3Player
 Inheritedsource : String
Mp3Player
 Inheritedvolume : Number
Mp3Player
Protected Properties
 PropertyDefined By
  skinParts : Object
[override] [read-only]
MediaComponentSoundVisuals
Public Methods
 MethodDefined By
  
Constructor.
MediaComponentSoundVisuals
 Inherited
Mp3Player
 Inherited
pause():void
Mp3Player
 Inherited
play():void
Mp3Player
 Inherited
rewind():void
Mp3Player
 Inherited
seek(time:Number):void
Mp3Player
Protected Methods
 MethodDefined By
 Inherited
formatTimeValue(value:Number):String
Mp3Player
 Inherited
partAdded(partName:String, instance:Object):void
[override]
Mp3Player
Skin Parts

This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.


 Skin Part Description Defined By
 Inherited
currentTimeDisplay:spark.components.Label
Required: false Part Type: Static

Mp3Player
 Inherited
durationDisplay:spark.components.Label
Required: false Part Type: Static

Mp3Player
 Inherited
playPauseButton:spark.components.ToggleButton
Required: false Part Type: Static

Mp3Player
 Inherited
scrubBar:spark.components.mediaClasses.ScrubBar
Required: false Part Type: Static

Mp3Player
 Inherited
volumeBar:spark.components.mediaClasses.VolumeBar
Required: false Part Type: Static

Mp3Player
Property Detail
skinPartsproperty
skinParts:Object  [read-only] [override]


Implementation
    protected function get skinParts():Object
Constructor Detail
MediaComponentSoundVisuals()Constructor
public function MediaComponentSoundVisuals()

Constructor.