Mega Code Archive
Categories
/
Flex
/
Components
Call setThumbValueAt() method of HSlider to change the slider value
public function adjustThumb(s:HSlider):void { s.setThumbValueAt(0,4); }