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

https://github.com/zhangwei900808/acplayer

acplayer 带DVD转动效果的音频播放器
https://github.com/zhangwei900808/acplayer

acplayer audio-player jquery

Last synced: 6 months ago
JSON representation

acplayer 带DVD转动效果的音频播放器

Awesome Lists containing this project

README

          

# AcPlayer

## Document
html:
```html




















```
javascript:
```js
$(function(){
var acplayer = $( 'audio' ).acPlayer();

$('#playpause').click(function(e){
if (acplayer.audioState == "paused") {
acplayer.play();
}
else{
acplayer.pause();
console.log("+++"+acplayer.getCurrentTime());
}
})
});
```
![](http://cdn.awbeci.com/images/awbeci-xyz/blog/1.png)
![](http://cdn.awbeci.com/images/awbeci-xyz/blog/2.png)
### methods
* play
* pause
* getCurrentTime
* toTheTime