Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Need Help adding music to a webpage, How to get music onto a webpage
Jon_nammer
post Mar 15 2006, 07:07 PM
Post #1


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 15-March 06
Member No.: 12,002



I NEED HELP ON PUTTING MUSIC ON MY WEBSITE!!! THE MUSIC CANNOT BE LOCATED ON MP3 DOWNLOADS !!! Man sad.gif I downloaded the music on my limewire now i have to figure out how the hell am i going to get this mp3 song to a website so i can play as bgsound (example: www.figuremusic.com/song/pwnage.mp3) i need a website where i can like make my music into a website.. its confusing for me to explain........ i need a website where i can like post a music file and if people wants to listen to it they click it for the link to upload the song and listen to it(not downloading) p.s example of the code i need <BGSOUND balance=0 src="http://www.misak24.com/FileLib/ThreeDaysGrace-IHateEverythingAboutYou1.mp3" volume=0 loop=100></BGSOUND> the url has to be changed to the song i want people to hear instead of that song i putted i cannot find the .mp3 file for the song i need please help
Add: jon_nammer@hotmail.com if u want me to explain the best i can:( sad.gif sad.gif sad.gif sad.gif sad.gif sad.gif sad.gif sad.gif
Go to the top of the page
 
+Quote Post
ashley512
post Mar 15 2006, 07:17 PM
Post #2


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 1
Joined: 15-March 06
From: philadelphia
Member No.: 12,001



QUOTE(Jon_nammer @ Mar 15 2006, 07:07 PM) *

I NEED HELP ON PUTTING MUSIC ON MY WEBSITE!!! THE MUSIC CANNOT BE LOCATED ON MP3 DOWNLOADS !!! Man :( I downloaded the music on my limewire now i have to figure out how the hell am i going to get this mp3 song to a website so i can play as bgsound (example: www.figuremusic.com/song/pwnage.mp3) i need a website where i can like make my music into a website.. its confusing for me to explain........ i need a website where i can like post a music file and if people wants to listen to it they click it for the link to upload the song and listen to it(not downloading) p.s example of the code i need <BGSOUND balance=0 src="http://www.misak24.com/FileLib/ThreeDaysGrace-IHateEverythingAboutYou1.mp3" volume=0 loop=100></BGSOUND> the url has to be changed to the song i want people to hear instead of that song i putted i cannot find the .mp3 file for the song i need please help
Add: jon_nammer@hotmail.com if u want me to explain the best i can:( :( :( :( :( :( :( :( :(

what do u mean by that
Go to the top of the page
 
+Quote Post
Jeigh
post Mar 15 2006, 07:21 PM
Post #3


Whitest Black Mage
Group Icon

Group: [MODERATOR]
Posts: 1,371
Joined: 20-May 05
From: NB, Canada
Member No.: 5,281
myCENTs:65.99



When I read it over, it seemed to imply he wants his users to be able to click on a link and then the music will stream through their browser so they can listen to it. But so they cannot download the music files themselves, nor that it will play automatically in the background upon visiting his site.
Go to the top of the page
 
+Quote Post
minnieadkins
post Mar 15 2006, 07:30 PM
Post #4


Premium Member
Group Icon

Group: Members
Posts: 292
Joined: 15-December 04
Member No.: 1,768



FTP them usic up to your site and link to it. I'm not very familiar to the tags of playing music, but I assume your code is correct. I don't know the rules on astahost, but you're probably not allowed to host .mp3's even if it isn't available to the public. All they would have to do is look at your source and link to that for the download. Most sights don't allow mp3's unless you go through them and show them that it's a legal file. After saying that you downloaded it on limewire, I doubt getting approved. =/

Good luck with it all.

Here's what a 10 second google turned up: http://www.developingwebs.net/html/mp3.php

Hope this helps.
Go to the top of the page
 
+Quote Post
pyost
post Mar 15 2006, 10:03 PM
Post #5


Nenad Bozidarevic
Group Icon

Group: [MODERATOR]
Posts: 1,049
Joined: 7-November 05
From: Belgrade, Serbia
Member No.: 9,500
myCENTs:9.92



You need something like a Windows Media Player plug-in. It is used on music.aol.com and many other web sites. It's like a small WMP that is in the layout of your page and you can play and stop music by using it. Quite simple.
Go to the top of the page
 
+Quote Post
Houdini
post Mar 15 2006, 11:09 PM
Post #6


Super Member
Group Icon

Group: Members
Posts: 572
Joined: 25-April 05
From: Nashville Tennessee
Member No.: 4,340



Do you mean some thing like this Maple Leaf Rag
or this The Entertainer (Scott Joplin)
Or you could use the embed object and that whould work in Firefox or Internet Explorer, just try to google it and it will explain sounds, that bgsound tag is deprecated and only works with Intenet Explorer.
Go to the top of the page
 
+Quote Post
Jayson87
post Mar 16 2006, 05:00 AM
Post #7


Newbie [ Level 1 ]
Group Icon

Group: Members
Posts: 6
Joined: 16-March 06
Member No.: 12,011



Try using embed src ? i think it should work. I face the problem of having the browser to stream on the browser instead of making the user download it. Try using embed src , it should work. Also some webhost do not allow you to stream mp3 files but sometimes u can work around them by using wma files or rename wma files to .aspx. Does nto work all the time. but no harm trying
Go to the top of the page
 
+Quote Post
erinekath
post Apr 15 2006, 11:34 PM
Post #8


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 24
Joined: 15-April 06
Member No.: 12,778



Upload your music and use this code :

<embed src="YOUR MUSIC URL" autostart="true" loop="true" hidden="true">

That's all you need to do. You can also get a music playlist like mine (www.candy-swirls.co.nr)

On my page it's called a music box. But it's still the same. If you need help you can go to www.dorkette.net

It has some tutorials and they're a GREAT help. I hope it works for you!!
Go to the top of the page
 
+Quote Post
austiniskoge
post Jun 28 2006, 03:26 PM
Post #9


Premium Member
Group Icon

Group: Members
Posts: 216
Joined: 7-March 05
From: Carrollton, TX
Member No.: 2,953



Hmm, I ought to try that. I need to host my band's mp3s.

How can you put a link for download?
like the HTML code, please.
Go to the top of the page
 
+Quote Post
BooZker
post Aug 6 2006, 03:21 AM
Post #10


Member [ Level 1 ]
Group Icon

Group: Members
Posts: 39
Joined: 21-July 06
Member No.: 14,645



Go to my http://ojproductions.net site and listen... you'll hear owls and nighttime sound. Is that what you want, but music? Just copy the HTML if that is what you want. Change it to your song though haha.


And i know Trap17.com hosts .mp3s, but i dont know about astahost. I am sure they do though. If you want a download link just put:

CODE
<a href="http://yoursite.com/you_music_file_folder/music_file.mp3">Click Here for music_file.mp3!</a>


Make sure to RIGHT CLICK AND GO TO SAVE TARGET. If you just click it will just start playing in quicktime or some other program. Make sure also that in your HTML and any links that the Caps match. So if you files name is MySong.mp3 make sure to make all link and HTML to match. You can not put a MySong.mp3 and have a link that is mysong.mp3 This is the same with and file. Caps always have to match the code.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics


 



- Lo-Fi Version Time is now: 5th December 2008 - 01:40 AM