AetherPlayer is a CD-like simple HTML5 audio player which is very suitable for blogs and personal websites.
It's intelligent, responsive and easy to use.
Setting up AetherPlayer can be as simple as adding two lines of code to your homepage.
Check out the DEMO
0 Copy the whole program folder to your project, you can put it wherever you like.
1 Reference the location to AetherPlayer_bootstrap.js
in the HTML document which you would like to call the AetherPlayer. AetherPlayer is smart enough to include the rest of the files automatically.
e.g. <script src="assets/aetherplayer/js/AetherPlayer_bootstrap.js"></script>
2 Edit the play list in js/playlist.js
.
e.g. var aetherplayer_playList_file=[{'artist':'Adele','songName':'rolling in the deep','songURL':'http://www.xxx.com/path/to/song/rolling_in_the_deep.mp3','songCover':'http://www.xxx.com/path/to/album/rolling_in_the_deep.jpg'},];
3 Enjoy the music:)
Tips: you may change some default configurations in js/AetherPlayer.js
if you will.
AetherPlayer is available under the GPLv2 licence, see the LICENCE file for more information.
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 0 )