Audio Player with Custom Buttons
Posted
by
Bryan Wong
on Stack Overflow
See other posts from Stack Overflow
or by Bryan Wong
Published on 2012-11-10T04:57:05Z
Indexed on
2012/11/10
4:59 UTC
Read the original article
Hit count: 230
I am developing a website but require help regarding a simple javascript audio player. Currently, I have four divs set up as the "buttons" : previous song; pause; play; and next song. Pretty much self explanatory, each button serves its obvious function, previous song, pause the song, play the song, and next song. With this in mind, I am also hoping to have the music start playing right after the page completes loading.
I understand there are numerous javascript solutions that involve the use of third-party "applications" such as jplayer, however, I am not well learned in javascript and would like to request the aid of the general body in this matter. LOL. that was awkwardly formal.
Um, but yes. I am looking for a way to use my four divs as the controllers of a multi-track audio player.
Thanks,
© Stack Overflow or respective owner