 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
wings
Joined: 11 Jan 2005 Posts: 2
|
Posted: Tue Jan 11, 2005 10:21 am upload BGsound |
|
|
|
is there any way i can upload mp3's from my PC and make it into html-codes? (i'm not sure how to explain this, but ...like uploading pics?)
thx |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Tue Jan 11, 2005 12:33 pm |
|
|
|
by your title, "BGsound" i think you want to have an .mp3 file play when a user opens your site?
if yes, just upload the song to your server however you normally upload files (ftp, browser, etc.), then embedding it into the page is much like putting a picture in. just stick in the filename of the song, relative to the page you are embedding it to
example:
| Code: |
<embed src="MYSOUND.MP3" autoplay="true" loop="true" hidden="true">
|
the 3 parameters i also put in can be changed to false if you want.
hope this helps
cheers,
chris |
|
wings
Joined: 11 Jan 2005 Posts: 2
|
Posted: Tue Jan 11, 2005 4:29 pm |
|
|
|
thx!
but i don't know where i can upload my mp3's to? what server?
(sorry, i'm such a noob ) |
|
chrisxkelley
Joined: 07 Dec 2004 Posts: 246
|
Posted: Tue Jan 11, 2005 6:36 pm |
|
|
|
sorry, i thought you were talking about on a website of your own. Its for a myspace page, maybe??
the way it works is you need somewhere to store the mp3 that is on the internet, that can be accessed all the time. this is a web server. then you need to generate code based on the address of that mp3 (on the internet).
i believe you could just register like a freewebs account or something, and upload your mp3 to that server ( they can give you instructions on how to do so), then put the address of the mp3 in the code i gave you, example: http://www.freewebs.com/user/mymp3s/mysound.mp3, or something to that extent. then just place that in the tag (<embed src blah blah)... and put that on your webpage (or myspace, as i am guessing) and voila! you have music.
hope this helped,
chris |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|