An open API service indexing awesome lists of open source software.

https://github.com/suconghou/mplayer

jQuery Plugin For Audio Play
https://github.com/suconghou/mplayer

html5-audio jquery-plugin

Last synced: 5 months ago
JSON representation

jQuery Plugin For Audio Play

Awesome Lists containing this project

README

          

# Mplayer
## Simple jQuery Plugin For Audio Play
##easy using
```javascript
player=mplayer('.mp3')
player.play() //play
player.next() //play next
player.pause() //pause
player.stop() //stop
```
See Index.html For More Usage

Demo http://demo.suconghou.cn/mplayer/

# Mplayer-simple

lazy-load audio play with progress bar

see index-simple.html for more