-
Audio Workshop 7 Speed Settings JavaScript playbackRate Tutorial
Lesson Code: http://www.developphp.com/video/JavaScript/Audio-Play-Speed-Setting-playbackRate-Tutorial Learn to add playback speed control to your HTML5 multimedia programs using JavaScript. Audio Object Reference: http://www.developphp.com/view_lesson.php?v=941 Original source
-
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