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

Issue doesn't reproduce on other browsers. Also, there is no issue in FF 36 if autoplay is disabled. Preload parameter seems to be irrelevant. Didn't check other FF versions.

bug

For chrome and safari, it works fine. The play button acts normally. But for firefox, the play button keep spinning. Here is the demonstration, click the tab at the right...

Can't seem to get it to load properly with chrome on android, the spinning arrow displays indefinitely. However if I click the spinning arrow, the audio will start to play....

Consider this tag: ``` ``` The control bar shows up, despite not having been specified with the "controls" attribute. Honestly, I Don't even care, about that, but I do want...

Fixes a small bug where loadStartedCalled would never get set, resulting in extra calls to loadStarted().

Hi, Your `.git` repo is ~27MB in size while your whole project is just ~100kb. I assume you tracked some media files some time ago. It would be nice if...

In the audio.js file, line 109 specifies a CSS property of: ``` white-space: wrap; ``` "Wrap" is not a valid value for the white-space property. Should be "normal" or "nowrap"?...

#### Hey, maintainer(s) of kolber/audiojs! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

enhancement

When I set preload="metadata". The metadata is downloaded and loaded as expected in Chrome and Firefox, but in Safari the metadata does not load (end time is 00:00), and the...

In multiple statements in audiojs.swf an input derived from user used in ExternalInterface.call() method that lead to a XSS vulnerability. Vulnerable code: this.playerInstance = root.loaderInfo.parameters.playerInstance+'.'; ... ExternalInterface.call(this.playerInstance+'loadStarted'); PoC: http://localhost/audiojs.swf?playerInstance=alert%28document.domain%29+

bug