The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Background music question...SOLVED

+2
Cheewy
alexsteven
6 posters

Go down

Solved Background music question...SOLVED

Post by alexsteven August 27th 2008, 2:35 pm

In the "Insert Background Music" Tutorial written by Typlo and Ivanax it says:
Code:

<body>
<p>Background Music</p>
<embed src="bgsound.mp3" autostart="true">
</body>

What must I change to this code to put it it in my forum?
I want the song "Have a nice day" by "Bon Jovi"
Thanks in advance!


Last edited by alexsteven on August 29th 2008, 7:12 pm; edited 1 time in total
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by Cheewy August 27th 2008, 2:45 pm

you can also go to the www.playlist.com

sing in and you can create your own playlist, with songs you choise, and you can edit color and play style of your playlist. Then, you will have HTML code of your playlist.
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 27th 2008, 2:46 pm

Thanks but I don't want a playlist...
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by Cheewy August 27th 2008, 3:10 pm

ok, you can crete only one song in your "Playlist" Very Happy
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 27th 2008, 3:19 pm

yes i know the only problem is that I don't want others to see where the music comes from...
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by Cheewy August 27th 2008, 3:45 pm

ok, you can also copy that code into the same forum, and change the option where only admins can see this forum where is playlist... than, members and guests can't see playlist...
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 27th 2008, 3:53 pm

yes but if the members can't see the playlist, they can't hear the music...
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by junction August 27th 2008, 7:57 pm

when i put link of playlist.com on forum i doesnt play
junction
junction
New Member

Male Posts : 6
Reputation : 0
Language : croatian
Location : gracac

Back to top Go down

Solved Re: Background music question...SOLVED

Post by Cheewy August 27th 2008, 10:18 pm

aj posalji mi PP... ja sam Srbin pa ćemo se sporazumeti...

Hm... send me PM please...
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 28th 2008, 9:33 am

Can anyone help me?
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by Cheewy August 28th 2008, 11:58 am

Delete bgsound.mp3 and copy URL of your song there...
Cheewy
Cheewy
Forumember

Male Posts : 136
Reputation : 5
Language : Serbian, English
Location : Srbija

http://www.svastara.the-up.com

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 28th 2008, 3:19 pm

ok but it do not work
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 8:47 am

<embed src="filename.mid or URL OF CODE" hidden=true autostart=true loop=true>
<noembed>
<bgsound src="filename.mid OR URL OF CODE" loop=infinite>
</noembed>

music will be hidden.
This coding will produce automatic start, continuous play music.

Continuous music can get very annoying, For hidden background music that starts automatically, but only plays through once and then stops, use this coding:

<embed src="filename.mid or url of song" hidden=true autostart=true>
<noembed>
<bgsound src="filename.mid or url of song">
</noembed>

I do this with my portal home page and it works well with me.
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 2:49 pm

It do not work for me
Maybe I don't put the url correct...
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by BillieJoez August 29th 2008, 3:13 pm

kerry wrote:<embed src="filename.mid or URL OF CODE" hidden=true autostart=true loop=true>
<noembed>
<bgsound src="filename.mid OR URL OF CODE" loop=infinite>
</noembed>

music will be hidden.
This coding will produce automatic start, continuous play music.

Continuous music can get very annoying, For hidden background music that starts automatically, but only plays through once and then stops, use this coding:

<embed src="filename.mid or url of song" hidden=true autostart=true>
<noembed>
<bgsound src="filename.mid or url of song">



</noembed>

I do this with my portal home page and it works well with me.



Where do you put this code?? can i put a youtube link in it??
avatar
BillieJoez
New Member

Posts : 24
Reputation : 0
Language : english

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 3:28 pm

No you can't put a youtube link

You can put the code in one of the widgets on the homepage, or if you want it on your forum, you put it on your homepage generalities.


alexsteven- show me the URL your putting in, or where the song is and i'll see what your doing wrong
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 3:29 pm

I don't know how to find a song url...
Please help
How can I find a song url?
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 3:31 pm

I try to find bon jovi but i couldn't find that song, can you think of anything else and i'll see if i can find it.
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 3:34 pm

Where do you search the songs?
Sorry but I want only this song.
Thanks.
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 3:37 pm

try googling it or if u have it on file of it add in the code.
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 3:38 pm

I have it in a file but how can i add it?
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 3:42 pm

To use a music file, you must first save the file to your computer in the same way as you would a graphics file.

Right click on the link to the music.
Select "Save link as" (Netscape) or "Save target as" (Internet Explorer) from the pop up menu.
This will bring up the folders on your desktop. Select where you want to store the file.
At this stage, you can also re-name the file. In the "Filename" box, type in the name you wish to use.
Click "SAVE"
Then upload the saved files to your homepage.
DO NOT link directly to the music file in the collection where you found it. This causes problems for their site, as well as problems for you if they delete or rename the music.

FILE NAMES
Music file names are case sensitive. This means that when you enter the filename, you must use the EXACT name of the music file. faraway.mid is NOT the same as Faraway.mid or faraway.MID You must always use the filename correctly, otherwise your music will not play!
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 3:47 pm

I have already saved the music to my laptop.
I need help! Has anyone found an URL of the song "Have a nice day"???
I'm trying to solve this more than 5 hours.
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 4:01 pm

will then put the filename, in where the filename.mid is
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 4:07 pm

The problem is that I haven't saved the song with the way that you wrote.
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by kerry August 29th 2008, 4:09 pm

Ok then save the song the way i've said it, and then put the filename, in the code. And it should work. It works for me
kerry
kerry
Forumember

Female Posts : 229
Reputation : 20
Language : english

http://www.parentunited.co.uk

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 4:24 pm

Yes but I don't remember where I found the song!
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by BillieJoez August 29th 2008, 5:46 pm

Still doesn't help....
avatar
BillieJoez
New Member

Posts : 24
Reputation : 0
Language : english

Back to top Go down

Solved Re: Background music question...SOLVED

Post by alexsteven August 29th 2008, 7:11 pm

I solved the problem!
Thanks all you guys for your help! Very Happy
alexsteven
alexsteven
Forumember

Posts : 336
Reputation : 6
Language : Greek, English

Back to top Go down

Solved Re: Background music question...SOLVED

Post by Nessa August 29th 2008, 9:36 pm

Since this problem is solved, I will lock this thread now.


=> Locked

Nessa
Nessa
Nessa
Energetic

Female Posts : 6203
Reputation : 128
Language : English

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum