Artist-Track = Maroon 5 (some gay group) - This Love
Album = Unknown
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/This_Love.mp3" width=200 height=40> <noembed> <bgsound src="http://www.oocities.org/hall_ofsongs/This_Love.mp3"> </noembed> |
If
you want to play continuously use this:
<embed src="http://www.oocities.org/hall_ofsongs/This_Love.mp3" width=200 height=40 autostart=true loop=true> <noembed> <bgsound src="http://www.oocities.org/hall_ofsongs/This_Love.mp3" loop=infinite> </noembed> |
And for background playing:
<embed src="http://www.oocities.org/hall_ofsongs/This_Love.mp3" hidden=true autostart=true> <noembed> <bgsound src="http://www.oocities.org/hall_ofsongs/This_Love.mp3" loop=infinite> </noembed> |