Tag: seek

  • Audio Workshop 3 timeupdate Time Position JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Time-Update-Position-Tutorial In this part we are going to establish a timeupdate event handler for our Audio object, which will serve 2 purposes in the particular application we have built so far. This event will allow us to show current play time against the full duration, it will also allow us to update the…

  • Audio Workshop 2 Seek and Volume Range Slider JavaScript Tutorial

    Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Seek-and-Volume-Range-Slider-Tutorial In this part of the Audio Workshop we demonstrate how the range slider input can be used as a seek slider and a volume slider. We will also demonstrate how you can try to achieve a consistent range slider input appearance across different browsers. Original source