I found a way to put music on the main page of a forum...
Here, I copied the whole thing... :
Okay, log in as an admin. Go to your Administration Panel.
Then, "Forum Admin" -->> Management.
Okay, now, select "Edit" on your first forum (forum, not category). Make sure it's your first forum, because this loads first (for dial-up, I know, I have personal experience). Don't worry about the fact that it's your first forum, the code'll be hidden.
Okay, now that we have that part done, upload your music file. I've heard that Google offers free hosting, but I don't know how large, or what the max file transfer size is. I also know that Yahoo Briefcase (http://briefcase.yahoo.com) lets you do some online hosting, up to a max of 30MB, but again, I don't know the max file transfer limit (I personally use MIDI's, so I don't have to worry about large music files).
Well, once you've uploaded your music, get the URL of it. That's the URL that you would enter if you wanted to download the music DIRECTLY.
Now, along with the music's absolute and direct URL, and the Admin panel in the correct area, we're ready.
Make sure that HTML is allowed on your board (though I don't know if this would actually make a difference, haven't tested it, but I will soon), via this -->> Admin Panel -->> General Admin -->> Configuration -->> User and Forum Basic Settings -->> Allow HTML. Make sure the radio button is on "Yes".
Now, back on the editing your forum area, paste this code into the "Description" box:
<embed src="ENTER YOUR MUSIC URL HERE" hidden="true" border="0" width="310" height="45" autostart="true" autoplay="true" loop="true" volume="100%">
By the way, do I really have to tell you where to paste your music URL? Please say no.
Once that is done, confirm your changes and now you have music playing!
By the way, your music will only work on the index page. I am just starting to learn BB coding, so if I find a code to embed music into your pages, I'll make sure to let ya' know! Until then, happy foruming!
EXTRA!
Okay, now that we've established that music does indeed play, let's examine the code a little more.
<embed src="MUSIC URL" hidden="true" border="0" width="310" height="45" autostart="true" autoplay="true" loop="true" volume="100%">
Appearance
If you change the word "true" to "false" after "hidden", then a music control will appear on your forum, in whichever forum you placed the coding in. This will enable your users to start and stop the music. Please note that if your users are on dial-up, the controls may not show up for quite some time, after everything on your page has loaded (not good )
Now, when it's visible, the border, width and height options can all be edited to change the appearance of the controller.
Autostarting
If you want your music to start immediately once your page has loaded, make sure that the "autoplay" has the value of "true". If you want to make it so that your visitors must push a button to start it, make sure that the value is "false". (If you have this value set to "false" and you don't have the controller visible, your viewers can't start the music, and won't even know there's an option! Don't forget!
Looping
If you want your music to repeat over and over, make sure the "loop" value is "true". If you want it to play once, then stop, change the value to "false".
Volume
Add the percentage of the volume that you want it to play. 100% is the loudest, and 1% is almost Muted.
PS~ A site that I use to host my MIDI's is: http://www.ripway.com
Drolpiraat
PS... I did it on my forum:
bargames.10.forumer.com ( dutch )







