+ 2
Audio button?
How can we specify the computer that we click a specified button,an audio starts ?
1 Réponse
+ 17
<audio………>
<button onclick="document.getElementsByTagName('audio')[0].play();">Spam</button>
How can we specify the computer that we click a specified button,an audio starts ?