Is it possible to detect when the play button in the html5 audio player is clicked? For example:
Code:<audio controls> <source src="music.mp3"/> <source src="music.ogg" /> </audio> .... .... $('playbutton').on('click', function(e){ //some functions });


Reply With Quote
Bookmarks