audiojs icon indicating copy to clipboard operation
audiojs copied to clipboard

A cross-browser javascript wrapper for the html5 audio tag

Results 102 audiojs issues
Sort by recently updated
recently updated
newest added

I found timer-probrem, and fix it. For example, When HTTP-Header's failure, audio.js element's "loadTimer" cannot clearInterval. sample: http://dobes.jp/timer_cannot_clear/error     ↓ http://dobes.jp/timer_cannot_clear/fixed/ ``` javascript:audio.js-line501-before trackLoadProgress: function(audio) { // If `preload` has been...

Made a small change to keep the classes from the original audio element in the audio-js wrapper. My use case for this is simple: I want to add audio elements...

I changed the pixel-calculated width (sorry for the typo in the commit-message) to percentage to gain more flexibility. I am using it in a use-case, where the process-bar fills the...

Hi I'm having a little bug in Safari with the loading icon. It works fine in Firefox and Chrome (sometimes doesn't work very well, just like Safari) but in Safari...

Look into the demos/test2.html, edit at row 106, change the src from : ``` javascript ``` to: ``` javascript ``` refresh. Then we will get the Error message. But, then...

Hi, I currently have a working script that loops through all instances and sets handlers for 'play', 'pause' and a few other events. They work nicely. What I can't do,...

if you call someAudioElement.pause() on an element for which an audiojs player has been created, the controls don't update, i.e. the play/pause button still shows a pause button as if...

While playback works fine in Opera 12, the player doesn't work in Opera 15 (they skipped a few numbers). With Opera 15, they've adopted webkit as browser engine, so I...

Is it possible to add multiple players with playlist (http://kolber.github.io/audiojs/demos/test6.html) on the same page? Can somebady show me an example? Thanks!