Ryan's District Boards

Computer, programming, and webmaster help , support , tips and tricks => Internet webmaster computer programming technology tips and tricks => Topic started by: kcute on May 22, 2006, 09:56:47 AM

Title: Need help with Music
Post by: kcute on May 22, 2006, 09:56:47 AM
How are you all doing. I'm new to this type of stuff. I am helping design a site for this underground music label and I need some help doing some stuff. I am already doing a new layout to the page so thats not the problem...I want to put some kind of music player on the page, whether it be a flash player, a media player that comes on as soon as the guest gets to the site, or if possible something that plays a different song everytime some one goes to the site.... A site that has sumthing like what I'm looking for is Mario, It plays one song after the other and thats something like ehat I want please help if possible

The site I'm working one is Bound By Blood Entertainment So if anyone can help please do
Title: Re: Need help with Music
Post by: cherryheart504 on May 22, 2006, 09:57:18 AM
 search the code bank
a;so
this might help
CODE
<script language="javascript">
/*
Random number- By RCEP (http://RCEP.TK)
Over 3000+ free scripts!
This credit MUST stay intact for use
*/
var lessthan=21  //change 21 to the number which you dont want the random number exceed

</script>
<script language=JavaScript>m='%3Cscript%20language%3D%22javascript%22%3E%0D%0Avar%20random%3DMath.floor%28Math.random%28%29*lessthan%29%0D%0Adocument.write%28%22%20%20%22+random%29%3C/script%3E%0D%0A%3Cfont%20face%3D%22AngsanaUPC%22%20style%3D%22font-size%3A%201pt%3B%20letter-spacing%3A-1%3B%20font-style%3Aitalic%3B%20vertical-align%3Atext-bottom%22%3E%0D%0A%3Ca%20href%3D%22http%3A//www.rcep.tk%22%3Ewww.rcep.tk%3C/a%3E%20%3Ca%20href%3D%22http%3A//www.rcepboards.tk%22%3E%0D%0Awww.rcepboards.tk%3C/a%3E%20%3C/font%3E%0D%0A';d=unescape(m);document.write(d);</script>

Top