What Kind Of HTML Code Do I Use?

DanceToTheMusic

New member
I am trying to add a music player for my web page, but I don't know how to add the music. This is the code that In have tried to use:


<embed name="lostmojo"
src="/web_design/lostmojo.wav"
loop="false"
hidden="true"
autostart="true">
</embed>



Where it says: src="/web_design/lostmojo.wav"
What do I put there? I used my projectplaylist.com code but nothing happened. If you know how to do this please tell me.


Thanks =D
 
Back
Top