Artist-Track = Slipknot - Wait & Bleed
Album - Slipknot
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/WaitAndBleed.wma" width=200 height=40> <noembed> <bgsound src="http://www.oocities.org/hall_ofsongs/WaitAndBleed.wma"> </noembed> |
If
you want to play continuously use this:
<embed src="http://www.oocities.org/hall_ofsongs/WaitAndBleed.wma" width=200 height=40 autostart=true loop=true> <noembed> <bgsound src="http://www.oocities.org/hall_ofsongs/WaitAndBleed.wma" loop=infinite> </noembed> |
And for background playing:
<embed src="http://www.oocities.org/hall_ofsongs/WaitAndBleed.wma" hidden=true autostart=true> <noembed> <bgsound src="http://www.oocities.org/hall_ofsongs/WaitAndBleed.wma" loop=infinite> </noembed> |