You can consider this tutorial as a consequence of my earlier html5 audio API tutorial. In this tutorial, we will see how to control the audio with jQuery. This is handy if you are about to develop a dynamic application that makes use of several audio media and wants to control them from your jQuery script efficiently. Let's start rolling! How Far We Can Control? Well, … [Read more...] about Control HTML5 Audio With Jquery
audio
HTML5 Audio API Tutorial
So, are you planning to develop and web app that has some music to play? Looking for an easy way to implement such a music player with comfort? Welcome to HTML 5! HTML5 has very native support for audio and video media playing and thus makes our lives easy by avoiding flash players etc. In this small tutorial, I will try to give a base foundation on how we can start playing … [Read more...] about HTML5 Audio API Tutorial