how to get sound to pla on html coding?

Tempest Blaez

New member
im leaqrning how to code and i have boks and sich for this, but i dont understand, i know this must seem simple, but whenever i say create an imbedded sound file, it says im missing a plugin, any reasons for that? because i clicked install missing plugins and it says im not missing any
 
easy:
Put dis i you code n it will play it in a player on your website:

<html
<div>
<EMBED src="path to YOU SONG.mp3" autostart=true
hidden=false >
</div>
</html>

if you want the song to play in backgorund then change the "hidden=true"...

Hop this was it...
 
Back
Top