Packagecom.adobe.portfolio.skins.video
Classpublic class MuteBtnSkin
InheritanceMuteBtnSkin Inheritance spark.skins.SparkSkin
Implements mx.binding.IBindingClient, 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 mute button 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
  bar1_1 : SolidColorStroke
MuteBtnSkin
  bar2_1 : SolidColorStroke
MuteBtnSkin
  bar3_1 : SolidColorStroke
MuteBtnSkin
  bar4_1 : SolidColorStroke
MuteBtnSkin
  hostComponent : MuteButton
MuteBtnSkin
  iconDS : DropShadowFilter
MuteBtnSkin
  overHighlight : Rect
MuteBtnSkin
  volume : Number
The volume of the video player, specified as a value between 0 and 1.
MuteBtnSkin
  volumeSymbol : Group
Defines the volume symbol.
MuteBtnSkin
Public Methods
 MethodDefined By
  
Constructor.
MuteBtnSkin
Property Detail
bar1_1property
public var bar1_1:SolidColorStroke

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

bar2_1property 
public var bar2_1:SolidColorStroke

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

bar3_1property 
public var bar3_1:SolidColorStroke

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

bar4_1property 
public var bar4_1:SolidColorStroke

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

hostComponentproperty 
public var hostComponent:MuteButton

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

iconDSproperty 
public var iconDS:DropShadowFilter

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

overHighlightproperty 
public var overHighlight:Rect

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

volumeproperty 
volume:Number

The volume of the video player, specified as a value between 0 and 1.


Implementation
    public function get volume():Number
    public function set volume(value:Number):void
volumeSymbolproperty 
public var volumeSymbol:Group

Defines the volume symbol.

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

Constructor Detail
MuteBtnSkin()Constructor
public function MuteBtnSkin()

Constructor.