| Package | com.dwuser.ss4.ui.audiocontrols |
| Class | public class AudioVolumeSlider |
| Inheritance | AudioVolumeSlider HSlider mx.controls.sliderClasses.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
| Property | Defined by | ||
|---|---|---|---|
| slideshow : FlashSlideshow
Globals
| AudioVolumeSlider | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| AudioVolumeSlider | ||
| Method | Defined by | ||
|---|---|---|---|
|
createChildren():void
| AudioVolumeSlider | ||
|
measure():void
| AudioVolumeSlider | ||
| Style | Description | Defined by | ||
|---|---|---|---|---|
![]() | 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 | ||
| slideshow | property |
public var slideshow:FlashSlideshowGlobals
| AudioVolumeSlider | () | constructor |
public function AudioVolumeSlider()Constructor
| createChildren | () | method |
protected override function createChildren():void
| measure | () | method |
protected override function measure():void