If you want to embed the audio code on your website, for example
<audio id="song">
<source src="Relase.mp3" type="audio/mpeg">
</audio>
<script>
document.getElementById("song").play();
</script>
check your browser settings to make sure you don't have autoplay disabled
Edge
Settings
Cookies and site permissions
Media autoplay
Control whether audio and video play automatically on sites
Allow
Comments
Post a Comment