Packageat.fhjoanneum.dmt.umj.core.content.media.components.base
Classpublic class Mp3PlayerSkin
InheritanceMp3PlayerSkin Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Default skin for Mp3Player. It uses the same graphical assets as spark VideoPlayer.

Default MXML PropertymxmlContent

See also

org.flashcommander.components.Mp3Player


Public Properties
 PropertyDefined By
  currentTimeDisplay : Label
Mp3PlayerSkin
  durationDisplay : Label
Mp3PlayerSkin
  playerControls : Group
Mp3PlayerSkin
  playPauseButton : ToggleButton
Mp3PlayerSkin
  scrubBar : ScrubBar
Mp3PlayerSkin
  volumeBar : VolumeBar
Mp3PlayerSkin
Public Methods
 MethodDefined By
  
Constructor.
Mp3PlayerSkin
Property Detail
currentTimeDisplayproperty
public var currentTimeDisplay:Label

This property can be used as the source for data binding.

durationDisplayproperty 
public var durationDisplay:Label

This property can be used as the source for data binding.

playerControlsproperty 
public var playerControls:Group

This property can be used as the source for data binding.

playPauseButtonproperty 
public var playPauseButton:ToggleButton

This property can be used as the source for data binding.

scrubBarproperty 
public var scrubBar:ScrubBar

This property can be used as the source for data binding.

volumeBarproperty 
public var volumeBar:VolumeBar

This property can be used as the source for data binding.

Constructor Detail
Mp3PlayerSkin()Constructor
public function Mp3PlayerSkin()

Constructor.