I have a simple mp3 player, with PLAY PAUSE PREVIOUS and NEXT buttons.
the problem i have is if you click the play button more than once, the mp3 clip will start to play itself as many times as you clicked. this sounds really bad..u could have the clip playing over itself 5 times.
how would I say
in other words, only one PLAY-button-CLICK allowed per song...Code:if(play button is clicked ONCE){
(deactivate play button until next song);
}
