Audio.js with Volume Control

I was working on HTML5 MP3 Player Project using audio.js and I got Audio.js with Volume Control to control the volume for the Flash alternative player? <script> audiojs.events.ready(function() { var as = audiojs.createAll(), audio = as[0], ids = [‘vol-0’, ‘vol-10’, ‘vol-40’, ‘vol-70’, ‘vol-100’]; for (var i = 0, ii = ids.length; i < ii; i++) … Read more