Packagecom.adobe.portfolio.skins.video
Classpublic class ScrubberBarSkin
InheritanceScrubberBarSkin Inheritance spark.skins.SparkSkin
Implements mx.core.IStateClient2

Language Version : ActionScript 3.0
Product Version : Flex 4
Runtime Versions : Flash Player 10, AIR 1.5

The default skin class for the scrub bar of a Spark VideoPlayer component in the normal skin state. The normal skin state means the component is not in one of the fullScreen skin states.

Default MXML PropertymxmlContent

See also

spark.components.VideoPlayer


Public Properties
 PropertyDefined By
  dataTip : ClassFactory
Defines the appearance of the ScrubBar skin's data tip.
ScrubberBarSkin
  hostComponent : ScrubBar
ScrubberBarSkin
  playedArea : Group
ScrubberBarSkin
  thumb : Button
ScrubberBarSkin
  track : Button
ScrubberBarSkin
Public Methods
 MethodDefined By
  
Constructor.
ScrubberBarSkin
Property Detail
dataTipproperty
public var dataTip:ClassFactory

Defines the appearance of the ScrubBar skin's data tip. To customize the data tip's appearance, create a custom ScrubBarSkin class.

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

hostComponentproperty 
public var hostComponent:ScrubBar

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

playedAreaproperty 
public var playedArea:Group

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

thumbproperty 
public var thumb:Button

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

trackproperty 
public var track:Button

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

Constructor Detail
ScrubberBarSkin()Constructor
public function ScrubberBarSkin()

Constructor.