I need to create a custom volume slider for a WMP object. The current slider is complicated to modify, and use, is there a simple way to generate a slider on an HTML page that can have it's value passed to a javascript function?
closed as not constructive by Will♦ Apr 23 at 17:39
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
|
||||
|
|
HTML 5 with Webforms 2 provides an From my point of view it should be considered best practice to use the browsers native controls when possible. |
|||
|
|
|
hey i've just created my own JS slider because I had enough of the heavy Jquery UI one. Interested to hear people's thoughts. Been on it for 5 hours, so really really early stages. |
|||||||
|
|
Yahoo UI library has also a slider control... |
|||
|
|
|
Here is another light JavaScript Slider that seems to fit your needs. |
|||
|
|
|
script.aculo.us has a slider control that might be worth checking out. |
|||
|
|
|
jQuery and Yahoo are probably the standards but I've recently found Dragdealer which looks to be very lightweight and simple to setup and re-skin... |
|||
|
|
|
The lightweight MooTools framework has one: http://demos.mootools.net/Slider |
|||
|
|
|
I recommend Slider from Filament Group, It has very good user experience |
|||
|
|
|
Here is a simple slider object for easy to use |
||||
|
|
|
There's a nice javascript slider, it's very easy to implement. You can download the zip package here: http://ruwix.com/javascript-volume-slider-control/ |
|||
|
|
|
The Carpe Slider has newer versions also: |
||||
|
|
|
I have just tested this in pure HTML5, and it's so simple !
It works like a charm on Chrome. I've not tested other browsers yet. |
|||
|
|
|
It will be more professional if you use Jquery UI Slider ( but if you dont want to use jquery use this one file simple slider "CARPE Slider" or a "personal work slider from Marco Samastur(yes simple and dynamic)" or take a look to google |
|||
|
|
|
The code below should be enough to get you started. Tested in Opera, IE and Chrome.
|
|||||
|
<input type="range">Try it! – jmendeth Jun 25 '12 at 18:52