Package | com.adobe.portfolio.skins.video |
Class | public class MuteBtnSkin |
Inheritance | MuteBtnSkin ![]() |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4 |
Runtime Versions : | Flash Player 10, AIR 1.5 |
fullScreen
skin states.
Default MXML PropertymxmlContent
See also
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
Constructor. | MuteBtnSkin |
bar1_1 | property |
public var bar1_1:SolidColorStroke
This property can be used as the source for data binding.
bar2_1 | property |
public var bar2_1:SolidColorStroke
This property can be used as the source for data binding.
bar3_1 | property |
public var bar3_1:SolidColorStroke
This property can be used as the source for data binding.
bar4_1 | property |
public var bar4_1:SolidColorStroke
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:MuteButton
This property can be used as the source for data binding.
iconDS | property |
public var iconDS:DropShadowFilter
This property can be used as the source for data binding.
overHighlight | property |
public var overHighlight:Rect
This property can be used as the source for data binding.
volume | property |
volume:Number
The volume of the video player, specified as a value between 0 and 1.
public function get volume():Number
public function set volume(value:Number):void
volumeSymbol | property |
public var volumeSymbol:Group
Defines the volume symbol.
This property can be used as the source for data binding.
MuteBtnSkin | () | Constructor |
public function MuteBtnSkin()
Constructor.