Pretty good code if you

this is a Pretty good code if you want many songs on your site.

first i created frames

I created a small frame at the bottom of my menu.

after i have my lay out completed i began to work on my music. i found 4 difftent songs that i wanted. (any song will work as long as its in .ram format)

Next you will need to add one song to this frame. next add this script.


<SCRIPT LANGUAGE="JavaScript">
<!-- Original: [email][email protected][/email] -->
<!-- Modified: Benjamin Wright, Editor -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
redirTime = "200500"; 
redirURL = "  page with music url here";
function redirTimer() { self.setTimeout("self.location.href = redirURL;",redirTime); }
// End -->
</script>


<!-- STEP TWO: Insert the onLoad event handler into your BODY tag -->

<BODY onLoad="redirTimer()">

you will need to make some adjustments to this script.

i added this script to the page with the music. set the time to redirect you to a new music page after current song ends. repeat steps on other music pages. but make sure that you add this code to the correct place!!

if you need any help just ask:P
i did not create this code