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

This is my script to attach the audio.js player to the `` elements and to play only one `` element at a time. ``` audiojs.events.ready(function() { var aj = audiojs.createAll();...

I'm having trouble getting this to work in IE versions < 9. Strangely, however, it works in some situations and not others. I can't make sense of why. Currently the...

Instead of the digits showing the length of the song, I'm seeing: "Infinity:NaNNaN" there instead. In Safari only. Chrome and Firefox are fine.

I wonder why audiojs uses the fallback invisible flash player on Mozilla Firefox (Ubuntu at least), while it does support html5 , as can be seen here: http://www.terrillthompson.com/tests/html5-audio.html

I used this excellent plugin.Currently I open audio player in lightbox. I Have query to ask you how to stop playing song when lightbox close button is clicked.

I had trouble getting the icons to change in IE11 and traced this back to the fact that the loadStarted() function was never being run. I placed the following code...

Russian: баг плеера - если на одной странице создать несколько штук с одинаковой ссылкой, то они прогружаются не параллельно, а поочереди. Пока не тыкнешь играть первую, остальные не грузятся. English:...

Everything is just fine but the music load too long in chrome. It seems that the player doesn't want play the music while buffering.. I try in firefox and it...

If the parameter "autoplay" is present, the track will be played twice over itself. Thus clicking pause will correctly pause 1 of the tracks, the 2nd remains un-pausable, resulting in...