Create a Sound Slider Volume Control with Actionscript 2.0
Create this Volume slider with Simple Music Player quickly and easily! This is a pretty simple tutorial but still requires a little ActionScripting. Jump right in and get ready to have your Actionscripting chops blown away!
Really cool tutorial! 🙂
My only problem is when I press the slider I can’t let go of it unless my mous is still hovering over the “groove”. Is there a way to fix this?
Yes…
A year late but here is the answer.
Duplicate the stop drag command under a onRealeasOutside function…. like this…
slider_1.onReleaseOutside = function(){
this.stopDrag();
}