Questions tagged [audiojs]

audio.js is a drop-in javascript library.

Excerpt from audio.js page on Github:

audio.js is a drop-in javascript library that allows HTML5’s tag to be used anywhere.

It uses native where available and an invisible flash player to emulate for other browsers. It provides a consistent html player UI to all browsers which can be styled used standard css.

26 questions
6
votes
1 answer

Play SoundCloud stream uri in HTML 5 mp3 player (audio.js)

I would like to load tracks from SoundCloud and have them played in a HTML5 audio player provided by: http://kolber.github.io/audiojs/ I have it working with .mp3 files, as they do in the demo. I have also successfully connected to the SoundCloud…
6
votes
4 answers

Audio tag GUI not visible

I have included the audio tag on a page as but its not working, i can't see anything on the page. But when i include audiojs as