Packagecom.dwuser.ss4.ui.audiocontrols
Classpublic class AudioVolumeSlider
InheritanceAudioVolumeSlider Inheritance HSlider Inheritance mx.controls.sliderClasses.Slider

The AudioVolumeSlider element allows the user to control the audio volume level by dragging a slider.

The default element width is 60px.

Layout XML Syntax Example:

The AudioVolumeSlider class inherits all of the tag attributes of its superclass.

   <AudioVolumeSlider 
     Styles
     initVolume="75"
   />
   

Element Pictorial Example:

See also

AudioControlCanvas
AudioLoudButton
AudioMuteButton
AudioVolumeControl
AudioVolumeToggleButton


Public Properties
 PropertyDefined by
  slideshow : FlashSlideshow
Globals
AudioVolumeSlider
Public Methods
 MethodDefined by
  
Constructor
AudioVolumeSlider
Protected Methods
 MethodDefined by
  
AudioVolumeSlider
  
measure():void
AudioVolumeSlider
Styles
 StyleDescriptionDefined by
 Inherited Type: String   CSS Inheritance: no
The location of the data tip relative to the thumb.
HSlider
  
initVolume
Type: Number   CSS Inheritance: no
Specifies the initial position of the volume slider. This should reflect the default volume level specified for any audio. Usually, this is 75 by default. The default value is 75.
AudioVolumeSlider
Property detail
slideshowproperty
public var slideshow:FlashSlideshow

Globals

Constructor detail
AudioVolumeSlider()constructor
public function AudioVolumeSlider()

Constructor

Method detail
createChildren()method
protected override function createChildren():void
measure()method 
protected override function measure():void