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

Audio.js doesn't work properly on Android 2.2 with mp3 files. I think (but can't verify) it's because it renders as html5, but mp3's are not supported on this version of...

On Android 3.2 with the default browser, the player doesn't show a play/pause button, it shows a button that looks like the classical "replay" button that you usually get after...

I'm testing on a clean install of IE 7 on Win XP and IE 8 on Win 7. I'm using [Microsoft-provided images](http://www.modern.ie/en-us/virtualization-tools#downloads) on [VirtualBox](https://www.virtualbox.org/) via the [IEvms](https://github.com/xdissent/ievms) project. Both have...

Using this code: ``` javascript audiojs.events.ready(function() { var all = audiojs.createAll(); audioplayer = all[0]; audioplayer.load(loc); audioplayer.play(); }); ``` IE8 crashes saying that pplay() is not a valid function. What can...

Excellent plugin, I am using this on a website that is about to be launched. Hoping this issue will be addressed: Play/pause button does not appear on Android after page...

In Firefox 14.0.1 - press play and nothing happing, no sound, no progress bar moving - no errors displayed (no player, no js errors) - icon changing to "pause" mp3...

Love Audio JS, but have noticed in Firefox 17 and IE9 and IE10 it displays the track number and track on two lines. (see pic below). This even happens on...

On our site, we have a mixture of user submitted content. Everything plays just fine in desktop browser and in development we used one album for all our testing purposes,...

I'm using the player inside a frame (because I use it in 2 pages, and I need it to be like this) and to avoid scrolling to the sides I...

When serving an audio file yourself, the HTTP header "Accept-Ranges" must be set to "bytes", otherwise Chrome browser will only play the audio clip once, and never "reset" to be...