i need to make like this
how sound work alone
<snip>
i need to make like this
how sound work alone
<snip>
It is not clear what you are asking here. Are you trying to add a single audio file for visitors to your site to listen to, or some kind of audio player with multiple files, or what?
Do you mean how to add background music to your site?
Heres the code:
<embed src=“yourmusicfile.mid” autostart=“true” loop=“true”
width=“2” height=“0”>
</embed>
note: