PDA

View Full Version : Music


LostOne
08-22-2006, 09:28 PM
I am not sure if this is the right place to ask but is there a way to have music play in the background of a forum?

I remember a board like this eons ago but it's not online anymore.

You would arrive on the page and a bit of music would be playing. Anyone knows?

kru89
08-22-2006, 09:43 PM
<embed src="yourmusicfile" autostart="true" loop="true"
width="2" height="0">
</embed>
<noembed>
<bgsound src="yourmusicfile" loop="infinite">
</noembed>

put this code in footer of your page

ACP-Style and manager--skin--footer

place at bottom

FReeSTER
08-23-2006, 02:47 AM
<embed src="yourmusicfile" autostart="true" loop="true"
width="2" height="0">
</embed>
<noembed>
<bgsound src="yourmusicfile" loop="infinite">
</noembed>

put this code in footer of your page

ACP-Style and manager--skin--footer

place at bottom
This is interesting. The question is, Do you need to upload any music file somewhere in the server or is not necessarely

Shazz
08-23-2006, 02:51 AM
This is interesting. The question is, Do you need to upload any music file somewhere in the server or is not necessarely
Yea?
Well you don't have too i guess if its somewhere else depends..
just upload it in your forum root and then /music.mp3 like that
________
uhwh (http://uhwh.com/)

chkdgate
08-23-2006, 05:00 AM
Yea?
Well you don't have too i guess if its somewhere else depends..
just upload it in your forum root and then /music.mp3 like that

Actually, you should create a new subdomain. I did this last night but I realized that I couldn't even access my admincp because I uploaded the files in my forum's root folder and all it was taking forever to load. It works though. Do it through your hosts cp manager.

LostOne
08-25-2006, 05:11 AM
Thank you folks.

So in summary, I can just pick 5 songs every month, upload them as mp3 in a subforum named music inside admincp and then how does the edit actualy link to it?

I know now how to change the footer, it's just I don't know how to specify that particular folder.

Thank you everyone, this is really awesome.