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
- Host: GitHub
- URL: https://github.com/suconghou/mplayer
- Owner: suconghou
- Created: 2014-10-02T08:00:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T08:36:53.000Z (over 9 years ago)
- Last Synced: 2025-06-23T17:49:57.643Z (12 months ago)
- Topics: html5-audio, jquery-plugin
- Language: HTML
- Homepage: https://rawcdn.githack.com/suconghou/mplayer/master/index-simple.html
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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