The Audio plugin provides an audio engine
for playing back html5 audio similar to video with the html5
engine as it's not provided within Flowplayer 6 by default.
This feature simply requires css overrides to modify the styling of the player and enable the audio
engine.
<div id="player" class="flowplayer fixed-controls play-button is-splash is-audio" data-embed="false">
<video preload="none">
<source type="audio/mp4" src="http://videos.electroteque.org/audio/Rakim.m4a">
<source type="audio/mpeg" src="http://videos.electroteque.org/audio/Rakim.mp3">
<source type="audio/ogg" src="http://videos.electroteque.org/audio/Rakim.ogg">
</video>
</div>
The audio.js
distribution file is compiled with Uglify.js like so:
uglifyjs src/audio.js --comments --mangle -c > audio.min.js
This is supplied as-is.
Fully functional demo available on the audio player features page http://flowplayer.electroteque.org/audio/fp5