This is a WordPress version of my popular HTML5 Audio Player, if you need a jQuery version check here:
http://codecanyon.net/item/html5-audio-player-with-playlist/1694831
Place audio player in post, page, sidebar or theme. Multiple instances in same page supported.
A simple and powerfull HTML5 music player for your website with flash backup for older browsers.
Restyle the whole player with basic CSS!
Check this on your mobile phone (tested on IOS and Android):
Options:
- FLASH fallback included for older browsers that dont support HTML5 audio.
- Playlist options available
- Add simple track url
- Auto create playlist from folder(s) of audio files
- XML playlist
- Import Database playlist (example included)
- Podcasts
- SoundCloud
- Restyle the player completely with the most basic of CSS
- Optional autoplay
- Random play on/off.
- Looping on/off.
- Load new playlist(s) at runtime with public API.
- Include multiple instances on the same page.
- Multiple instances automatically pause/stop playback when new instance is started.
- Playlist scroll is jScrollPane and its optional (can be turned off in settings).
- Public methods available
- Play current media
- Pause current media
- Toggle current media
- Stop current media
- Play next
- Play previous
- Play media (by number or title)
- Toggle shuffle
- Toggle loop
- Set volume (value)
- Load playlist (from folder, from html, from xml, Podcast, SoundCloud)
- Add track(s) to current playlist
- Remove track from current playlist
- Play audio(s) without creating playlist; just pass url(s)
- Destroy audio
- Destroy playlist
- Set title
- Output playlist data in format: {id, type, title, mp3 path, ogg path}
- Get Setup Done
- get Playlist Transition
- Get Playlist Loaded
- Get Media Playing
- Callbacks
- audio Player Setup Done (returns player instance sound id)
- audio Player Playlist Loaded (returns player instance sound id)
- audio Player Sound End (returns active counter)
- audio Player Sound Start (returns active counter)
- audio Player Playlist End (returns player instance sound id)
- audio Player Sound Play (returns player instance sound id)
- audio Player Sound Pause (returns player instance sound id)
- Playlist Item Triggered (returns active counter)
- playlist Item Enabled (returns playlist item)
- playlist Item Disabled (returns playlist item)