by default the flash slider component can be manipulated with the keyboard. Is there a way to disable this behavior so that users can only drag the slider component with their mouse?
by default the flash slider component can be manipulated with the keyboard. Is there
Share
Simple, just set the ‘focusEnabled’ public property of the ‘Slider’ object to false:
This will indicate that the ‘Slider’ object can’t recieve focus after the user clicks on it and therefore not allow the keyboard to interact with it.