code to put a music player in my html code?

Simplest way :
<embed src = "filename" />

For example
<embed src = "fmymov.avi" />
<embed src = "song.mp3" />
<embed src = "c:/my videos/vid.mp4" />

Browse for tutorials on EMBED tag for more options to use with it.

If you want something like a real music player with playlist, equalizer and stuff, then you gotta download some free Flash music players for your website.

Hope that helps!
 
Back
Top