SMF For Free Support Forum
Signup For Free Forum
March 12, 2010, 05:27:24 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1] 2
  Print  
Author Topic: How do I put background music on my forum?  (Read 6421 times)
0 Members and 1 Guest are viewing this topic.
Scatman
SMF For Free Newbie
*
Offline Offline

Posts: 13


View Profile
« on: June 27, 2007, 08:24:36 pm »

How Do i put music on the background or how do i put music on the site? 
 tickedoff  Grin Cool 2funny buck2
« Last Edit: September 08, 2007, 11:15:41 am by simply sibyl » Logged
Nutz
Style Designer
****
Offline Offline

Posts: 383



View Profile
« Reply #1 on: June 27, 2007, 08:45:42 pm »

In html,don't know what the CSS code would be.Put it in headers or the boards.

<bgsound src="url of music" loop=infinite>
Logged

Steven
SMF For Free Full Member
*
Offline Offline

Posts: 132



View Profile
« Reply #2 on: June 28, 2007, 03:21:01 pm »

a better one would be

Code:
<embed src="filename.mid" width=145 height=55 autostart=true loop=true>
<noembed>
<bgsound src="filename.mid" loop=infinite>
</noembed>

because u get a media player, where u can control the size of it, play and paus, and fast forward. also if u dont want the song to start automatically u change

Code:
autostart=true

to

Code:
autostart=false

and if u dont want the song to constantl play and actually stop once in a while then change

Code:
loop=true>

to

Code:
loop=false>

and

Code:
loop=infinite>

to

Code:
loop=0>

and thats it.
« Last Edit: June 28, 2007, 06:23:56 pm by hadesflames » Logged
Scatman
SMF For Free Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #3 on: June 28, 2007, 03:57:37 pm »

wats filename .mid i have a url wat is http://home.comcast.net/~biglgst/Da_Shop_Boyz_-_Pa
« Last Edit: June 28, 2007, 03:59:15 pm by Scatman » Logged
Scatman
SMF For Free Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #4 on: June 28, 2007, 04:35:10 pm »

can some one help me i have the url but can some one
put it in w/e kinda form it is ? the url http://home.comcast.net/~biglgst/Da_Shop_Boyz_-_Pa
Logged
Scatman
SMF For Free Newbie
*
Offline Offline

Posts: 13


View Profile
« Reply #5 on: June 28, 2007, 05:16:26 pm »

ok i wanna know if you can add more then just 1 for like a playlist ?  Undecided Huh
Logged
Steven
SMF For Free Full Member
*
Offline Offline

Posts: 132



View Profile
« Reply #6 on: June 28, 2007, 06:22:12 pm »

u replace both of the

Code:
src="filename.mid"

with

Code:
src="your url here"

where your url here is the url of your music.

and no you cant have a play list, or atleast not that i'm aware of. but what u can do is post multiple players, and disable the auto start. correct me if i'm wrong  Grin

Note: if you don't disable the Autostart then they will all automatically play at the same time. Although u might think its cool, in that case by all means leave it on  Wink lol

btw that url doesnt work. so i would recommend uploading ur music here
http://filexoom.com/
you will have to register to upload music and other files that are not pics, but they have really huge bandwidth and storage space. the good thing about having big bandwidth is u can play the songs over more times, untill u get your new bandwidth next month.
« Last Edit: June 28, 2007, 06:25:58 pm by hadesflames » Logged
mom
SMF For Free Member
*
Offline Offline

Posts: 64


PogoBabies


View Profile WWW
« Reply #7 on: October 05, 2007, 10:36:59 am »

In html,don't know what the CSS code would be.Put it in headers or the boards.

<bgsound src="url of music" loop=infinite>

I just tried this one in my header and it works great!  I changed the ( loop=infinite> ) to ( loop=0> ) and it stops until you click on a new board and starts up again.  I love it!
Logged

I am strong...so bring it on!
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3230


Internet Challenged


View Profile
« Reply #8 on: October 05, 2007, 11:12:58 am »

Code:
<bgsound src="url of music" loop=infinite>

Too bad it doesn't seem to work if you are viewing the forum from Firefox.  I have to use the embedded code to get it to work and then I am stuck with the control box.
Logged

Mavrien
SMF For Free Member
*
Offline Offline

Posts: 21


View Profile
« Reply #9 on: April 10, 2008, 04:33:24 pm »

how do you get a url for a song?

the song i am wanting is Bodies by Drowning Pool
Logged
LaundryLady
Global Moderator
*
Offline Offline

Posts: 3230


Internet Challenged


View Profile
« Reply #10 on: April 10, 2008, 04:35:32 pm »

I search google for the titles and see if I can find a free download. I then host it on ripway
Logged

Mavrien
SMF For Free Member
*
Offline Offline

Posts: 21


View Profile
« Reply #11 on: April 10, 2008, 05:01:30 pm »

ty...got it to work, sortive...i didnt the the last ">" and now when i go in to fix it all i get is a black screen with the player...any way i can fix this? Undecided

btw..here is my site... http://vvv.smfforfree4.com
« Last Edit: April 10, 2008, 08:09:13 pm by Mavrien » Logged
valadi
SMF For Free Member
*
Offline Offline

Posts: 83


Together we will Fight and Win


View Profile WWW
« Reply #12 on: April 10, 2008, 08:09:26 pm »

I use "ripway' when I want music on the boards.  Never had any trouble with them but you only get 30mbs free space with them. Worked in FireFox and Opera too. As long as you don't have a ton of songs, it would be a decent place to use. Smiley
Logged
looneyleader
SMF For Free Member
*
Offline Offline

Posts: 49



View Profile WWW
« Reply #13 on: May 19, 2008, 03:13:19 am »

Code:
<bgsound src="url of music" loop=infinite>

Too bad it doesn't seem to work if you are viewing the forum from Firefox.  I have to use the embedded code to get it to work and then I am stuck with the control box.

I know this post is way old but, do you happen to know which plugin you had to use for the embed to work in firefox? It says I am missing a plugin and it doesn't have any recommendation for which one I need.

Forum URL http://iamcrazy.smfforfree4.com
Logged

LaundryLady
Global Moderator
*
Offline Offline

Posts: 3230


Internet Challenged


View Profile
« Reply #14 on: May 19, 2008, 05:56:27 am »

Use the following code to put the music on your site.  It should work in FF and IE.  It's the one I use.
a better one would be

Code:
<embed src="filename.mid" width=145 height=55 autostart=true loop=true>
<noembed>
<bgsound src="filename.mid" loop=infinite>
</noembed>

because u get a media player, where u can control the size of it, play and paus, and fast forward. also if u dont want the song to start automatically u change

Code:
autostart=true

to

Code:
autostart=false

and if u dont want the song to constantl play and actually stop once in a while then change

Code:
loop=true>

to

Code:
loop=false>

and

Code:
loop=infinite>

to

Code:
loop=0>

and thats it.

That should stop that error from happening.
Logged



Pages: [1] 2
  Print  
 
Jump to:  



Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
ServerBeach Coupon
Page created in 0.401 seconds with 16 queries. (Pretty URLs adds 0.127s, 2q)