Artist-Track = Sum 41 - Over My Head
Album = Does This Look Infected
With this code you will have a little player for visitors to control when they’re at your site.
<embed src="http://www.oocities.org/hall_ofsongs/Over_My_Head.mp3" width=200 height=40><noembed><bgsound src="http://www.oocities.org/hall_ofsongs/Over_My_Head.mp3"></noembed> |
If
you want to play continuously use this:
<embed src="http://www.oocities.org/hall_ofsongs/Over_My_Head.mp3" width=200 height=40 autostart=true loop=true><noembed><bgsound src="http://www.oocities.org/hall_ofsongs/Over_My_Head.mp3" loop=infinite></noembed> |
And for background playing:
<embed src="http://www.oocities.org/hall_ofsongs/Over_My_Head.mp3" hidden=true autostart=true><noembed><bgsound src="http://www.oocities.org/hall_ofsongs/Over_My_Head.mp3" loop=infinite></noembed> |