websites to upload audio

Krynn72

The Freeman
Joined
May 16, 2004
Messages
26,095
Reaction score
926
I have an audio clip that I want to upload to some site (meaning, have them host it for me) AND be able to embed it in my myspace prof. All the sites I have found allow you to play music from their site, but you cant embed it. Anyone have a good host that will let me do this?
 
Well if you can upload it, then play it: go to the site that'll play it and view its source, search for .mp3 and then paste that into an html code that'll play the song.
 
<input type="hidden" name="get" value="SXXGcV8iy8y.mp3">

thats the only line with a .mp3

And pasting that into the embed html doesnt work.. for obvious reasons.
 
Code:
<EMBED SRC="sound.wav" autostart="true" loop="true" hidden="true"  ></EMBED>

sound.wav = URL for sound file you want

autostart = self expanitory

loop = self expanitory

hidden = invisbile, just remove it or make it's value "false" to make it visible
 
try whatever url you are at, paste /SXXGcV8iy8y.mp3 into it, then use Geodaddy's code.
 
well, here is the link to the page i uploaded it too. Pasting the .mp3 filename at the end doesnt work. Thanks for the code geogaddi, but I already knew the code for embedding the clip. I just need a way so that I can get a direct url for the sound file. All the sites Ive been to use their own player or something, so i cant link it.

http://audio.isg.si/audiox/?q=node/3635
 
lol at first I thought this thread was a headline, and I was like, "wow, websites can finally upload audio!?!?!" in a sarcastic manner, but then I was highly dissapointed.
 
Cool thanks spookymooky. That site is awesome times a hundred. Thanks for the link!

Oh, and yes its now embedded Horray!
 
Back
Top