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