Discuții » Cerere de creare

how to create a script that you can a music player in html?? help pls

§
Postat în: 17-08-2018

how to create a script that you can a music player in html?? help pls

hello! I'm looking for a script that will play music.

Does a script like this already exist out there?

§
Postat în: 17-08-2018
Editat în: 17-08-2018
<audio id="player"></audio>
<div onclick="let p=document.getElementByID`player`; p.src='./song.mp3'; p.play()">Click me</div>

Postează un raspuns

Autentifică-te pentru a posta un răspuns.