More than one background sound??

windows

Guest
I have two questions:<br />
<br />
1) the background sound on website:<br />
<br />
<!-- m --><a class="postlink" href="http://users.pandora.be/guerilla_tactics">http://users.pandora.be/guerilla_tactics</a><!-- m --><br />
<br />
doesn't loop smoothly ... and it's not because of an empty piece at the end of the file!<br />
<br />
IS this the fault of Frontpage?<br />
<br />
2) I want to let the visitor choose the background sound, like:<br />
1 - 2 -3 - 4 - 5<br />
<br />
Thanks!<!--content-->maybe something like this for the second question?<br />
<br />
<!-- m --><a class="postlink" href="http://simplythebest.net/scripts/javascript_125.html">http://simplythebest.net/scripts/javascript_125.html</a><!-- m --><!--content-->Thanks steven!<br />
<br />
i made a testpage ... guess I'm too stupid :)<br />
<br />
<!-- m --><a class="postlink" href="http://users.pandora.be/guerilla_tactics/test.htm?2">http://users.pandora.be/guerilla_tactics/test.htm?2</a><!-- m --><br />
<br />
the files won't play <br />
<br />
midiList = new Array("","Romek Website/Passions.mid","Romek Website/Creative%20resources.mid");<br />
titleList = new Array("","Romek - Passions","Romek - Creative resources");<br />
<br />
they are in a map in my documents called 'Romek website'<br />
<br />
but the link when you click on it refers to <!-- m --><a class="postlink" href="http://users.pandora.be/guerilla_tactics/test.htm?1">http://users.pandora.be/guerilla_tactics/test.htm?1</a><!-- m --><br />
<br />
I have no idea what I'm doing :)<br />
<br />
help me!<!--content-->the reason it doesn't loop in a continuous manner is because it's an MP3. convert it to WAV and it'll loop perfectly.<!--content-->http://www.overture.com/d/USm/search/?type=home&Keywords=random+midi+picker&border%3D0.x=31&border%3D0.y=6<br />
<br />
It is a search page. Take your pick of a new one.<br />
Or for something simple, copy/paste this. Change the names of the songs for yours.<br />
<br />
<!doctype html public "-//IETF//DTD HTML//EN//2.0"><br />
<HTML><br />
<HEAD><br />
<TITLE>Contents</TITLE><br />
<STYLE type=text/css><br />
A { text-decoration:none }<br />
A:hover { text-decoration:none; color: #dedefe; }<br />
</STYLE><br />
</HEAD><br />
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#0000FF" <br />
VLINK="#FFFF80" ALINK="#FF0000"><br />
<font size="+2"><br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"bordwlk.mid" target=self>1</A> &nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"candle.mid" target=self>2</A> &nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"cantina.mid" target=self>3</A> &nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"countryr.mid" target=self>4</A> &nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"donothing.mid" target=self>5</A> &nbsp;<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"hard-day.mid" target=self>6</A> &nbsp;<br />
font><br />
<br />
</BODY><br />
</HTML><!--content-->it' s alright now, it works<br />
<br />
the only thing left is that I'm not able to move the play list to somewhere else on the page ...<br />
<br />
and actually, i'd like to have some kind of a button to click on, not a whole phrase<br />
<br />
but thanks!<!--content-->
 
Back
Top