I remember using values array on good old mx:HSlider, is there any workaround for s:HSlider?!
Basically I need slider to choose values between 300 and 2500 in following steps 300,500,1000,2000,2500.
<s:HSlider id="franchiser"
value="1500"
skinClass="components.HorizontalSlider" x="0" y="0"
minimum="300" maximum="2500" />
If not with this component, is there any alternative skinable slider out there?!
Thanks in advance!