View Single Post
Old 11-25-2002, 02:15 AM   #7
LennonCook
Jack Burton
 

Join Date: November 10, 2001
Location: Bathurst & Orange, in constant flux
Age: 38
Posts: 5,452
For a background sound, use:
code:
<!--
<embed src="musicURL" loop="value" hidden="true">
<noembed>
<bgsound src="musicURL" loop="TRUE/FALSE">
</noembed>
-->
[/QUOTE]value can be any positive integer, and it will loop that number of times. Use "-1" for it to loop infinately.
TRUE/FALSE can be either true or false. True means it will loop, false means it will play once only. [img]smile.gif[/img]


[ 11-25-2002, 02:18 AM: Message edited by: LennonCook ]
LennonCook is offline