How do you setup the Audio plugin for Flowplayer?
Posted
by codeninja
on Stack Overflow
See other posts from Stack Overflow
or by codeninja
Published on 2010-03-25T23:55:09Z
Indexed on
2010/03/26
0:03 UTC
Read the original article
Hit count: 450
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!
© Stack Overflow or respective owner