A cross-browser javascript wrapper for the html5 audio tag
npm install vshushkov-audiojsaudiojs is a drop-in javascript library that allows HTML5's tag to
be used anywhere. It uses native where available and falls back
to an invisible flash player to emulate it for other browsers. It also serves
a consistent html player UI to all browsers which can be styled used standard css.
It plays mp3s. No ogg. Because, lets be honest, in the real world, no one
really exports ogg files. Sadly, that means Opera and Firefox get flash audio.
Hopefully they can add mp3 support soon.
1. Put audio.js, player-graphics.gif & audiojs.swf in the same folder.
2. Include audio.js:
3. Initialise audiojs:
4. Then you can use wherever you like in your HTML:
- Report a bug
- To contribute or send an idea, github message me or fork the project
On OSX, you should install closure compiler following the instructions in
Ben's gist.
Then you can run rake compile from root directory and it will package audio.js
into audio.min.js.
If you want to mess around with the flash-side of things, you will need to be
able to compile the .as file into a .swf.
Using the Flex SDK (which is free), flash movies can be compiled
directly from the command line. It makes life that little bit less painful.
1. Download and unzip the current 'Milestone Release' 'Open Source Flex SDK' from:
2. Copy the bin folder to /usr/local/bin/flex/bin/
3. Add /usr/local/bin/flex/bin/ to your PATH
Run the following command from within the audiojs folder.
mxmlc audiojs.as
audio.js is released under the MIT license. Included MP3 and Ogg files are Creative Commons licensed tracks from Bensound.com