議論 » 作成依頼

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

§
投稿日: 2018/08/17

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?

§
投稿日: 2018/08/17
編集日: 2018/08/17
<audio id="player"></audio>
<div onclick="let p=document.getElementByID`player`; p.src='./song.mp3'; p.play()">Click me</div>

返信を投稿

返信を投稿するにはログインしてください。