|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ok ive been wanting to put music on my web page.....ive found a site that has links with url's so that i can just add them in with the html code in the text but how can i upload my own songs to a site so that i can take those url's and place them on my page???
__________________
|
|
#2
|
||||
|
||||
|
Depends what you're using. If you're doing FrontPage (gag), then you can just copy and paste or click and drag your music into the directory of your web page. If you want to put them on a server somewhere you'll need an ftp client. There are plenty out there.
http://www.help4web.net/webmaster/sound/AddBGMusic.html has more about adding the music, if you need more help with that. If you want the music to run as a background, you should remember that many people HATE having background music running on a site. If you absolutely have to have it, be sure there is an option to turn it off. If you are just adding links that can be clicked for music on demand, ignore the previous. Google is a good source for this type of information too, if you need more help. |
|
#3
|
|||
|
|||
|
ok well....first i use geocities for my pages...ther is a site that i found that has links to play full songs, u can click on the properties of the links and get the url off it to use on my site....but he doesnt have certain songs that i want and i wanted to "upload" my own songs from my pc so i can use the url from them to put on my pages (like different songs for certain pages)...i was just wondering how to take a song from my pc and upload it as a link on a seperate web page of mine so i can use the url of it to put in the html codes on my regular site (<bgsound src="thesongiwant">) ya know???
|
|
#4
|
||||
|
||||
|
You would upload a song to your directory in geocities using the same method that you upload a page or image. Then just use a virtual path to that song for your bgsound src tag. You don't need to make a separate page with links or anything like that.
|
|
#5
|
||||
|
||||
|
There are a few other ways:
1. <head> <EMBED SRC="song.mid" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="TRUE"> <NOEMBED> <BGSOUND SRC="song.mid" LOOP="INFINITE"> </NOEMBED> </head> (I have a file called song.mid , it could be a .mp3 also) 2. To use a button: <input type="button" value="Play the Music" onClick="window.location='http://www.mostlyclassical.com/mp3/classical24k.pls'"> (this is for the internet radio) 3. to do use a button for a directory file you have, you go: <input type="button" value="Play the Music" onClick="song.mid">(I think) |
|
#6
|
|||
|
|||
|
ok so the "song.mid" is "song" the title?? .mid is the extension...
ok so say i wanna have eminem's lose yourself song playin in the background right? so i would do this then <embed src="eminem-lose yourself.mp3" AUTOSTART="TRUE" HIDDEN="TRUE" LOOP="TRUE"> <NOEMBED> ...then... <bgsound src="eminem-lose yourself.mp3" loop="infinite"> </noembed> correct??? and y the hell wont my damn sig work??? |
|
#7
|
||||
|
||||
|
first of all there should be no spaces in between the words in the name. Also, make sure it is at the top of the page in the <head>. Try renaming your file eminem-loseyourself.mp3, and changing it in the <html> too.
Last edited by polyesterhat : July 22nd, 2003 at 11:37 AM. |
|
#8
|
|||
|
|||
|
within the head? or above it?
|
|
#9
|
||||
|
||||
|
Within the head
|
|
#10
|
|||
|
|||
|
ok i tried uploading with "pagebuilder" from yahoos geocities...and the only upload button i find is for pics cuz when i tried the song it said invalid format "must be .jpeg,.gif,.htm,.or .txt so now what can i do? is there a html code that will upload files or anything?
|
|
#11
|
|||
|
|||
|
ok nvm it finally worked, lol
(this topic has FINALLY been closed, lol) |
|
#12
|
|||
|
|||
|
ok i have one more question about this.....
could i make the tag like this and it still work?? <bgsound src="eminem_loseyourself.mp3" loop="infinite"> even though its not a url will it take the song from my c drive?? or could i do this... <bgsound src="C:/My Music/eminem_loseyourself.mp3" loop="infinite"> ???????????? |
|
#13
|
||||
|
||||
|
u have to use:
<bgsound src="file:///C:/My Music/eminem_loseyourself.mp3" loop="infinite">
__________________
John5788 EMail: john5788@x5788.net URL: http://www.x5788.net AIM: John57881, John57883 ICQ: 74077537 MSN: John@5788.zzn.com YIM: John5788 |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > help with bg music |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|