This tutorial follows my earlier HTML5 audio API tutorial. In it, we will learn how to control audio with jQuery. This is handy if you are developing a dynamic application that uses several audio media and wants to control them efficiently from your jQuery script. Let's get rolling!How Far We Can Control?Well, we can control almost every feature that the HTML5 player … [Read more...] about Control HTML5 Audio With Jquery
audio
HTML5 Audio API Tutorial
So, are you planning to develop a 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 basic foundation on how we can start playing … [Read more...] about HTML5 Audio API Tutorial