Field Summary |
public
| addEventListener: Function |
| See the EventDispatcher Class in Flash Help
|
|
public
| changeHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| eventOnValue: Boolean |
| Can be used to choose whetever the event handler will be called when the value has been set by code. This variable is set to true by default.
|
|
public
| focusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| killFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
public
| removeEventListener: Function |
| See the EventDispatcher Class in Flash Help
|
|
public
| tabFocusHandler: Function |
| Can be used to assign a direct event handler to the component instance.
|
|
|
Property Summary |
public
| maximum: Number (write)
|
| Sets the maximum possible value on the slider. Note, it is possible to make a "backwards" slider by making maximum lower than minimum.
|
|
public
| maximum: Number (read)
|
| Gets the maximum possible value on the slider.
|
|
public
| minimum: Number (write)
|
| Sets the minimum possible value on the slider. Note, it is possible to make a "backwards" slider by making maximum lower than minimum.
|
|
public
| minimum: Number (read)
|
| Gets the minimum possible value on the slider.
|
|
public
| useHandCursorOnTrack: Boolean (write-only)
|
| Sets the hand cursor mode on the slider track.
|
|
public
| value: Number (write)
|
| Sets the current value of the slider. This will fire the change event if the eventOnValue is set to true (changed in version 1.3).
|
|
public
| value: Number (read)
|
| Gets the current value of the slider.
|
|
|
Constructor |
public
| HSlider (
Void)
|
|
|
|
Method Summary |
public static
| create (
target: MovieClip, id: String, depth: Number, initObj: Object
): HSlider |
| Static method used to create an instance of a HSlider on stage at run time.
|
|
|
|