How do you setup the Audio plugin for Flowplayer?
- by codeninja
I'm having a bit of trouble getting the Audio player to work.
Basically I want to initiate an mp3 player doing something like this
<a href="path-to-my-audio.mp3" id="player" ></a>
and then use the $f() call to initate the player.
I've followed the instructions here (http://flowplayer.org/plugins/streaming/audio.html)
This doesnt seem to be work and I'm not sure what's wrong because I'm able to play videos in this way.
Thanks for your help!