Packagefeathers.media
Classpublic class SeekSlider
InheritanceSeekSlider Inheritance Slider Inheritance FeathersControl Inheritance starling.display.Sprite
Implements IMediaPlayerControl

A specialized slider that displays and controls the current position of the playhead of a media player.

See also

How to use the Feathers SoundPlayer component
How to use the Feathers VideoPlayer component


Public Properties
 PropertyDefined By
 InheritedcustomMaximumTrackName : String
DEPRECATED: Replaced by customMaximumTrackStyleName.
Slider
 InheritedcustomMaximumTrackStyleName : String
A style name to add to the slider's maximum track sub-component.
Slider
 InheritedcustomMinimumTrackName : String
DEPRECATED: Replaced by customMinimumTrackStyleName.
Slider
 InheritedcustomMinimumTrackStyleName : String
A style name to add to the slider's minimum track sub-component.
Slider
 InheritedcustomThumbName : String
DEPRECATED: Replaced by customThumbStyleName.
Slider
 InheritedcustomThumbStyleName : String
A style name to add to the slider's thumb sub-component.
Slider
 InheriteddefaultTextEditorFactory : Function
[static] A function used by all UI controls that support text editor to create an ITextEditor instance.
FeathersControl
 InheriteddefaultTextRendererFactory : Function
[static] A function used by all UI controls that support text renderers to create an ITextRenderer instance.
FeathersControl
 Inheriteddepth : int
[read-only] The component's depth in the display list, relative to the stage.
FeathersControl
 Inheriteddirection : String
Determines if the slider's thumb can be dragged horizontally or vertically.
Slider
 InheritedfocusIndicatorSkin : DisplayObject
If this component supports focus, this optional skin will be displayed above the component when showFocus() is called.
FeathersControl
 InheritedfocusManager : IFocusManager
FeathersControl
 InheritedfocusOwner : IFocusDisplayObject
FeathersControl
 InheritedfocusPadding : Number
Quickly sets all focus padding properties to the same value.
FeathersControl
 InheritedfocusPaddingBottom : Number
The minimum space, in pixels, between the object's bottom edge and the bottom edge of the focus indicator skin.
FeathersControl
 InheritedfocusPaddingLeft : Number
The minimum space, in pixels, between the object's left edge and the left edge of the focus indicator skin.
FeathersControl
 InheritedfocusPaddingRight : Number
The minimum space, in pixels, between the object's right edge and the right edge of the focus indicator skin.
FeathersControl
 InheritedfocusPaddingTop : Number
The minimum space, in pixels, between the object's top edge and the top edge of the focus indicator skin.
FeathersControl
  globalStyleProvider : IStyleProvider
[static] The default IStyleProvider for all SeekSlider components.
SeekSlider
 Inheritedheight : Number
[override] The height of the component, in pixels.
FeathersControl
 InheritedincludeInLayout : Boolean
Determines if the ILayout should use this object or ignore it.
FeathersControl
 InheritedisCreated : Boolean
[read-only] Determines if the component has been initialized and validated for the first time.
FeathersControl
 InheritedisEnabled : Boolean
Indicates whether the control is interactive or not.
FeathersControl
 InheritedisFocusEnabled : Boolean
FeathersControl
 InheritedisInitialized : Boolean
[read-only] Determines if the component has been initialized yet.
FeathersControl
 InheritedisQuickHitAreaEnabled : Boolean
Similar to mouseChildren on the classic display list.
FeathersControl
 InheritedlayoutData : ILayoutData
Extra parameters associated with this display object that will be used by the layout algorithm.
FeathersControl
 InheritedliveDragging : Boolean = true
Determines if the slider dispatches the Event.CHANGE event every time the thumb moves, or only once it stops moving.
Slider
 InheritedmaxHeight : Number
The maximum recommended height to be used for self-measurement and, optionally, by any code that is resizing this component.
FeathersControl
 Inheritedmaximum : Number
The slider's value will not go higher than the maximum.
Slider
 InheritedmaximumPadding : Number
The space, in pixels, between the maximum position of the thumb and the maximum edge of the track.
Slider
 InheritedmaximumTrackFactory : Function
A function used to generate the slider's maximum track sub-component.
Slider
 InheritedmaximumTrackProperties : Object
An object that stores properties for the slider's "maximum" track, and the properties will be passed down to the "maximum" track when the slider validates.
Slider
 InheritedmaxWidth : Number
The maximum recommended width to be used for self-measurement and, optionally, by any code that is resizing this component.
FeathersControl
  mediaPlayer : IMediaPlayer
The media player that this component controls.
SeekSlider
 InheritedminHeight : Number
The minimum recommended height to be used for self-measurement and, optionally, by any code that is resizing this component.
FeathersControl
 Inheritedminimum : Number
The slider's value will not go lower than the minimum.
Slider
 InheritedminimumPadding : Number
The space, in pixels, between the minimum position of the thumb and the minimum edge of the track.
Slider
 InheritedminimumTrackFactory : Function
A function used to generate the slider's minimum track sub-component.
Slider
 InheritedminimumTrackProperties : Object
An object that stores properties for the slider's "minimum" track, and the properties will be passed down to the "minimum" track when the slider validates.
Slider
 InheritedminTouchHeight : Number
If using isQuickHitAreaEnabled, and the hit area's height is smaller than this value, it will be expanded.
FeathersControl
 InheritedminTouchWidth : Number
If using isQuickHitAreaEnabled, and the hit area's width is smaller than this value, it will be expanded.
FeathersControl
 InheritedminWidth : Number
The minimum recommended width to be used for self-measurement and, optionally, by any code that is resizing this component.
FeathersControl
 InheritednextTabFocus : IFocusDisplayObject
FeathersControl
 Inheritedpage : Number
If the trackInteractionMode property is set to Slider.TRACK_INTERACTION_MODE_BY_PAGE, and the slider's track is touched, and the thumb is shown, the slider value will be incremented or decremented by the page value.
Slider
 InheritedpreviousTabFocus : IFocusDisplayObject
FeathersControl
 InheritedrepeatDelay : Number
The time, in seconds, before actions are repeated.
Slider
 InheritedshowThumb : Boolean
Determines if the thumb should be displayed.
Slider
 Inheritedstep : Number
As the slider's thumb is dragged, the value is snapped to a multiple of the step.
Slider
 InheritedstyleName : String
The concatenated styleNameList, with values separated by spaces.
FeathersControl
 InheritedstyleNameList : TokenList
[read-only] Contains a list of all "styles" assigned to this control.
FeathersControl
 InheritedstyleProvider : IStyleProvider
When a component initializes, a style provider may be used to set properties that affect the component's visual appearance.
FeathersControl
 InheritedthumbFactory : Function
A function used to generate the slider's thumb sub-component.
Slider
 InheritedthumbOffset : Number
Offsets the position of the thumb by a certain number of pixels in a direction perpendicular to the track.
Slider
 InheritedthumbProperties : Object
An object that stores properties for the slider's thumb, and the properties will be passed down to the thumb when the slider validates.
Slider
 InheritedtrackInteractionMode : String
Determines how the slider's value changes when the track is touched.
Slider
 InheritedtrackLayoutMode : String
Determines how the minimum and maximum track skins are positioned and sized.
Slider
 InheritedtrackScaleMode : String
Determines how the minimum and maximum track skins are positioned and sized.
Slider
 Inheritedvalue : Number
The value of the slider, between the minimum and maximum.
Slider
 Inheritedwidth : Number
[override] The width of the component, in pixels.
FeathersControl
Protected Properties
 PropertyDefined By
 InheritedactualHeight : Number = 0
The final height value that should be used for layout.
FeathersControl
 InheritedactualWidth : Number = 0
The final width value that should be used for layout.
FeathersControl
 InheriteddefaultStyleProvider : IStyleProvider
[read-only] When the FeathersControl constructor is called, the globalStyleProvider property is set to this value.
FeathersControl
 InheritedexplicitHeight : Number = NaN
The height value explicitly set by calling the height setter or setSize().
FeathersControl
 InheritedexplicitWidth : Number = NaN
The width value explicitly set by calling the width setter or setSize().
FeathersControl
 InheritedmaximumTrack : Button
The maximum track sub-component.
Slider
 InheritedmaximumTrackName : String
DEPRECATED: Replaced by maximumTrackStyleName.
Slider
 InheritedmaximumTrackStyleName : String = feathers-slider-maximum-track
The value added to the styleNameList of the maximum track.
Slider
 InheritedminimumTrack : Button
The minimum track sub-component.
Slider
 InheritedminimumTrackName : String
DEPRECATED: Replaced by minimumTrackStyleName.
Slider
 InheritedminimumTrackStyleName : String = feathers-slider-minimum-track
The value added to the styleNameList of the minimum track.
Slider
 Inheritedthumb : Button
The thumb sub-component.
Slider
 InheritedthumbName : String
DEPRECATED: Replaced by thumbStyleName.
Slider
 InheritedthumbStyleName : String = feathers-slider-thumb
The value added to the styleNameList of the thumb.
Slider
Public Methods
 MethodDefined By
  
Constructor.
SeekSlider
 Inherited
hideFocus():void
If the visual indicator of focus has been displayed by showFocus(), call this function to hide it.
FeathersControl
 Inherited
invalidate(flag:String):void
Call this function to tell the UI control that a redraw is pending.
FeathersControl
 Inherited
isInvalid(flag:String = null):Boolean
Indicates whether the control is pending validation or not.
FeathersControl
 Inherited
move(x:Number, y:Number):void
Sets both the x and the y positions of the control in a single function call.
FeathersControl
 Inherited
setSize(width:Number, height:Number):void
Sets both the width and the height of the control in a single function call.
FeathersControl
 Inherited
showFocus():void
If the object has focus, an additional visual indicator may optionally be displayed to highlight the object.
FeathersControl
 Inherited
validate():void
Immediately validates the display object, if it is invalid.
FeathersControl
Protected Methods
 MethodDefined By
 Inherited
If the component's dimensions have not been set explicitly, it will measure its content and determine an ideal size for itself.
Slider
 Inherited
clearInvalidationFlag(flag:String):void
Clears an invalidation flag.
FeathersControl
 Inherited
Creates and adds the maximumTrack sub-component and removes the old instance, if one exists.
Slider
 Inherited
Creates and adds the minimumTrack sub-component and removes the old instance, if one exists.
Slider
 Inherited
Creates and adds the thumb sub-component and removes the old instance, if one exists.
Slider
 Inherited
draw():void
Override to customize layout and to adjust properties of children.
FeathersControl
 Inherited
focusInHandler(event:Event):void
Default event handler for FeathersEventType.FOCUS_IN that may be overridden in subclasses to perform additional actions when the component receives focus.
FeathersControl
 Inherited
focusOutHandler(event:Event):void
Default event handler for FeathersEventType.FOCUS_OUT that may be overridden in subclasses to perform additional actions when the component loses focus.
FeathersControl
 Inherited
initialize():void
Called the first time that the UI control is added to the stage, and you should override this function to customize the initialization process.
FeathersControl
 Inherited
Updates the focus indicator skin by showing or hiding it and adjusting its position and dimensions.
FeathersControl
 Inherited
setInvalidationFlag(flag:String):void
Sets an invalidation flag.
FeathersControl
 Inherited
setSizeInternal(width:Number, height:Number, canInvalidate:Boolean):Boolean
Sets the width and height of the control, with the option of invalidating or not.
FeathersControl
Events
 Event Summary Defined By
 InheritedDispatched when the user starts dragging the slider's thumb or track.Slider
 InheritedDispatched when the slider's value changes.Slider
 InheritedDispatched after the component has validated for the first time.FeathersControl
 InheritedDispatched when the user stops dragging the slider's thumb or track.Slider
 InheritedDispatched after initialize() has been called, but before the first time that draw() has been called.FeathersControl
 InheritedDispatched when the width or height of the control changes.FeathersControl
Public Constants
 ConstantDefined By
 InheritedDEFAULT_CHILD_NAME_MAXIMUM_TRACK : String = feathers-slider-maximum-track
[static] DEPRECATED: Replaced by Slider.DEFAULT_CHILD_STYLE_NAME_MAXIMUM_TRACK.
Slider
 InheritedDEFAULT_CHILD_NAME_MINIMUM_TRACK : String = feathers-slider-minimum-track
[static] DEPRECATED: Replaced by Slider.DEFAULT_CHILD_STYLE_NAME_MINIMUM_TRACK.
Slider
 InheritedDEFAULT_CHILD_NAME_THUMB : String = feathers-slider-thumb
[static] DEPRECATED: Replaced by Slider.DEFAULT_CHILD_STYLE_NAME_THUMB.
Slider
  DEFAULT_CHILD_STYLE_NAME_MAXIMUM_TRACK : String = feathers-seek-slider-maximum-track
[static] The default value added to the styleNameList of the maximum track.
SeekSlider
  DEFAULT_CHILD_STYLE_NAME_MINIMUM_TRACK : String = feathers-seek-slider-minimum-track
[static] The default value added to the styleNameList of the minimum track.
SeekSlider
  DEFAULT_CHILD_STYLE_NAME_THUMB : String = feathers-seek-slider-thumb
[static] The default value added to the styleNameList of the thumb.
SeekSlider
  DIRECTION_HORIZONTAL : String = horizontal
[static] The slider's thumb may be dragged horizontally (on the x-axis).
SeekSlider
  DIRECTION_VERTICAL : String = vertical
[static] The slider's thumb may be dragged vertically (on the y-axis).
SeekSlider
 InheritedINVALIDATION_FLAG_ALL : String = all
[static] Flag to indicate that everything is invalid and should be redrawn.
FeathersControl
 InheritedINVALIDATION_FLAG_DATA : String = data
[static] Invalidation flag to indicate that the primary data displayed by the UI control has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_FOCUS : String = focus
[static] Invalidation flag to indicate that the focus of the UI control has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_LAYOUT : String = layout
[static] Invalidation flag to indicate that the layout of the UI control has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_SCROLL : String = scroll
[static] Invalidation flag to indicate that the scroll position of the UI control has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_SELECTED : String = selected
[static] Invalidation flag to indicate that the selection of the UI control has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_SIZE : String = size
[static] Invalidation flag to indicate that the dimensions of the UI control have changed.
FeathersControl
 InheritedINVALIDATION_FLAG_SKIN : String = skin
[static] Invalidation flag to indicate that the skin of the UI control has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_STATE : String = state
[static] Invalidation flag to indicate that the state has changed.
FeathersControl
 InheritedINVALIDATION_FLAG_STYLES : String = styles
[static] Invalidation flag to indicate that the styles or visual appearance of the UI control has changed.
FeathersControl
  TRACK_INTERACTION_MODE_BY_PAGE : String = byPage
[static] When the track is touched, the value is increased or decreased (depending on the location of the touch) by the value of the page property.
SeekSlider
  TRACK_INTERACTION_MODE_TO_VALUE : String = toValue
[static] When the track is touched, the slider's thumb jumps directly to the touch position, and the slider's value property is updated to match as if the thumb were dragged to that position.
SeekSlider
  TRACK_LAYOUT_MODE_MIN_MAX : String = minMax
[static] The slider has two tracks, stretching to fill each side of the slider with the thumb in the middle.
SeekSlider
  TRACK_LAYOUT_MODE_SINGLE : String = single
[static] The slider has only one track, that fills the full length of the slider.
SeekSlider
  TRACK_SCALE_MODE_DIRECTIONAL : String = directional
[static] If the slider's direction is horizontal, the width of the track will fill the full width of the slider, and if the slider's direction is vertical, the height of the track will fill the full height of the slider.
SeekSlider
  TRACK_SCALE_MODE_EXACT_FIT : String = exactFit
[static] The slider's track dimensions fill the full width and height of the slider.
SeekSlider
Property Detail
globalStyleProviderproperty
public static var globalStyleProvider:IStyleProvider

The default IStyleProvider for all SeekSlider components.

The default value is null.

See also

mediaPlayerproperty 
mediaPlayer:IMediaPlayer

The media player that this component controls.


Implementation
    public function get mediaPlayer():IMediaPlayer
    public function set mediaPlayer(value:IMediaPlayer):void
Constructor Detail
SeekSlider()Constructor
public function SeekSlider()

Constructor.

Constant Detail
DEFAULT_CHILD_STYLE_NAME_MAXIMUM_TRACKConstant
public static const DEFAULT_CHILD_STYLE_NAME_MAXIMUM_TRACK:String = feathers-seek-slider-maximum-track

The default value added to the styleNameList of the maximum track.

See also

DEFAULT_CHILD_STYLE_NAME_MINIMUM_TRACKConstant 
public static const DEFAULT_CHILD_STYLE_NAME_MINIMUM_TRACK:String = feathers-seek-slider-minimum-track

The default value added to the styleNameList of the minimum track.

See also

DEFAULT_CHILD_STYLE_NAME_THUMBConstant 
public static const DEFAULT_CHILD_STYLE_NAME_THUMB:String = feathers-seek-slider-thumb

The default value added to the styleNameList of the thumb.

See also

DIRECTION_HORIZONTALConstant 
public static const DIRECTION_HORIZONTAL:String = horizontal

The slider's thumb may be dragged horizontally (on the x-axis).

See also

DIRECTION_VERTICALConstant 
public static const DIRECTION_VERTICAL:String = vertical

The slider's thumb may be dragged vertically (on the y-axis).

See also

TRACK_INTERACTION_MODE_BY_PAGEConstant 
public static const TRACK_INTERACTION_MODE_BY_PAGE:String = byPage

When the track is touched, the value is increased or decreased (depending on the location of the touch) by the value of the page property.

See also

TRACK_INTERACTION_MODE_TO_VALUEConstant 
public static const TRACK_INTERACTION_MODE_TO_VALUE:String = toValue

When the track is touched, the slider's thumb jumps directly to the touch position, and the slider's value property is updated to match as if the thumb were dragged to that position.

See also

TRACK_LAYOUT_MODE_MIN_MAXConstant 
public static const TRACK_LAYOUT_MODE_MIN_MAX:String = minMax

The slider has two tracks, stretching to fill each side of the slider with the thumb in the middle. The tracks will be resized as the thumb moves. This layout mode is designed for sliders where the two sides of the track may be colored differently to show the value "filling up" as the slider is dragged.

Since the width and height of the tracks will change, consider using a special display object such as a Scale9Image, Scale3Image or a TiledImage that is designed to be resized dynamically.

See also

TRACK_LAYOUT_MODE_SINGLEConstant 
public static const TRACK_LAYOUT_MODE_SINGLE:String = single

The slider has only one track, that fills the full length of the slider. In this layout mode, the "minimum" track is displayed and fills the entire length of the slider. The maximum track will not exist.

See also

TRACK_SCALE_MODE_DIRECTIONALConstant 
public static const TRACK_SCALE_MODE_DIRECTIONAL:String = directional

If the slider's direction is horizontal, the width of the track will fill the full width of the slider, and if the slider's direction is vertical, the height of the track will fill the full height of the slider. The other edge will not be scaled.

See also

TRACK_SCALE_MODE_EXACT_FITConstant 
public static const TRACK_SCALE_MODE_EXACT_FIT:String = exactFit

The slider's track dimensions fill the full width and height of the slider.

See also