+ 1
How can i make audio will play on background after clicking on button for specific time using js?
1 Respuesta
+ 6
why not learn about eventlistener and audio controls in JavaScript
google it for better understanding.
Reason:
understanding will give you better concepts and you can use them again without confusion.
I can give you what you can search:
play or pause audio in JavaScript
eventlistener in JavaScript
... rest you will discover once you dig in.