ChatterBank8 mins ago
MySpace
2 Answers
I want to upload a tune that is on my PC, onto MySpace. I have no idea how to do it. I have emailed MySpace help a zillion times and they are NO help. Please someone help me! I just have a box where you can type in a URL address- but I want to upload a song that is just in My Music on my computer.
Any ideas??!
Answers
Best Answer
No best answer has yet been selected by Scarlett. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.If its an mp3 then you need to find some webspace where you can host the file. I use my university account to host mine, but most ISPs will also offer you your own personal webspace.
Anyway once you have found some free webspace upload the music file. You can check that the song is accessible by typing in www.webSiteURL.com/yourUsername/nameOfSong.mp3 in internet explorer and it should start downloading the song......This is just to check the song is accessible from the internet.
If you want to host it on your myspace slap this code in anywhere on your page
<embed allowScriptAccess="never" src="http://www.website.com/username/song.mp3" autostart="true" loop="true" width="210" height="45"></embed>
The second line (src=) should contain the URL to your song.
It works fine for me. ;)
Cheers
Anyway once you have found some free webspace upload the music file. You can check that the song is accessible by typing in www.webSiteURL.com/yourUsername/nameOfSong.mp3 in internet explorer and it should start downloading the song......This is just to check the song is accessible from the internet.
If you want to host it on your myspace slap this code in anywhere on your page
<embed allowScriptAccess="never" src="http://www.website.com/username/song.mp3" autostart="true" loop="true" width="210" height="45"></embed>
The second line (src=) should contain the URL to your song.
It works fine for me. ;)
Cheers