BLauritson

|
background sounds??
replied on: 6/24/2004 3:22:42 AM
I can't remember the exact HTML for it, but it would be something like this:
<embed src="URL" width="x" height="y" autoplay="a" loop="b" />
Where URL is the path to the sound, x and y is the width and height of the little control box (have them set to 0 to hide it), a is 1 for it to play automatically; 0 for it not to, b is 1 for it to repeatedly play; 0 for it to only play once.
|