Skip to content

suconghou/mplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mplayer

Simple jQuery Plugin For Audio Play

##easy using

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