Packagekm.components
Classpublic class MediaPlayerSlider
InheritanceMediaPlayerSlider Inheritance UIComponent Inheritance flash.display.Sprite

The MediaPlayerSlider class is used by the MediaPlayer component class and not intended for separate use.



Public Properties
 PropertyDefined by
  base : Image
[read-only] >> Reference to the base image.
MediaPlayerSlider
  drag : BaseButton
[read-only] >> Reference to the drag button.
MediaPlayerSlider
 Inheritedduotone : Array
The duotone property can be used to convert the colors of the component into duotone.
UIComponent
 Inheritedenabled : Boolean
Specifies if the component is enabled.
If a component is disabled, it will be turned into grayscale and become partly transparent.
UIComponent
  fill : Image
[read-only] >> Reference to the fill image.
MediaPlayerSlider
  fillDirection : int
[write-only] Fill direction; 0 = left > right, 1 = bottom > top.
MediaPlayerSlider
 InheritedtoolTip : String
Text to use as toolTip when ToolTip is enabled.
UIComponent
  value : Number
MediaPlayerSlider
 Inheritedx : Number
UIComponent
 Inheritedy : Number
UIComponent
Public Methods
 MethodDefined by
  
MediaPlayerSlider
 Inherited
clone():*
Returns a clone of the component.
The skin of the component is cloned but other things like the text of a label or the items of a list aren't.
UIComponent
 Inherited
move(x:int, y:int, animationMode:int = 0, animationFrames:int = 12, easeInOut:Boolean = false):void
Moves the component to the specified coordinates.
UIComponent
  
setDragProperties(x:int, y:int, delta:int):void
Make sure to set drag properties after the skin of the drag button has been set.
MediaPlayerSlider
 Inherited
setProperties(o:Object):void
Sets a number of properties at once.
UIComponent
Events
 EventSummaryDefined by
 Inherited The animationComplete event is broadcasted when an animated move is completed.UIComponent
    MediaPlayerSlider
Property detail
baseproperty
base:Image  [read-only]

>> Reference to the base image.

Implementation
    public function get base():Image
dragproperty 
drag:BaseButton  [read-only]

>> Reference to the drag button.

Implementation
    public function get drag():BaseButton
fillproperty 
fill:Image  [read-only]

>> Reference to the fill image.

Implementation
    public function get fill():Image
fillDirectionproperty 
fillDirection:int  [write-only]

Fill direction; 0 = left > right, 1 = bottom > top.

Implementation
    public function set fillDirection(value:int):void
valueproperty 
value:Number  [read-write]

Implementation
    public function get value():Number
    public function set value(value:Number):void
Constructor detail
MediaPlayerSlider()constructor
public function MediaPlayerSlider()
Method detail
setDragProperties()method
public function setDragProperties(x:int, y:int, delta:int):void

Make sure to set drag properties after the skin of the drag button has been set.

Parameters
x:int
 
y:int
 
delta:int
Event detail
dragevent 
Event object type: flash.events.Event