V
V
Vladimir Sachkov2019-01-31 14:25:00
JavaScript
Vladimir Sachkov, 2019-01-31 14:25:00

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

1 answer(s)
S
shmatuan, 2019-01-31
@shmatuan

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>

Where does JAVA come from? Oo

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question