Answer the question
In order to leave comments, you need to log in
What is the simplest audio player JAVAscript(component)??
Tell me the simplest audio player without flash, what could be connected in Java as a component, if someone has such a resource I will be grateful ?!
Answer the question
In order to leave comments, you need to log in
https://developer.mozilla.org/ru/docs/Web/HTML/Ele...
https://www.w3schools.com/HTML/html5_audio.asp
https://webdesign.tutsplus.com/ru/tutorials /create...
<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question