Reputation: 952
So I am working on a wordpress theme where the admin can post mp3 files which in turn would show up on the front page as a list in a flash audio player. I already created the admin backend using custom post type but now I can't find a flash player that supports playlists to choose a song from. My client is not very choosy about the looks but it should look similar to this:
Is there any flash audio player that I can use for the purpose? I would rather not depend on XML based playlists. Commercial solutions are welcome as well.
Upvotes: 0
Views: 1031
Reputation: 247
I know it is not flash, but perhaps jPlayer is a nice solution for you. It is build for audio, but it also supports video and playlists.
http://jplayer.org/latest/demo-02-video/
It is all html5. Which we love. Forever..
Upvotes: 1