Hopefully someone can help me out with this.
I\'m playing around with a node.js server that streams audio to a client, and I want to create an HTML5 player. Right no
perhaps this html5 audio player example will explain and demonstrate us the new element and its .load, .play, .currentTime, etc. methods.
i use an array of elements and can set the currentTime position of course. we can use also eventhandlers (e.g. 'loadeddata') to wait before allow to seek.
ping and have fun with html5 :)