PDA

View Full Version : music upload



Tony2000
10-04-2004, 01:41 PM
I need to upload music to web site in a wam. format
and my quiestion is how do i upload it to the server (what server) so that I can use a html code to play it in my web site.
thanks
tony2000

Silver_2000
10-04-2004, 01:49 PM
I need to upload music to web site in a wam. format
and my quiestion is how do i upload it to the server (what server) so that I can use a html code to play it in my web site.
thanks
tony2000
Never heard of .WAM

You can upload multimedia to your site - But be warned that music downloads are an easy way to drive up Bandwidth

00Bolt
10-04-2004, 01:55 PM
do you mean .wav

Tony2000
10-04-2004, 01:59 PM
it's wma i think i type too fast.

this is the html code that i need to use in the song, but i need to use it a different song becouse i allready have a few song on my site, and i whant to take them off and put new ones
http://www.lospotrillosdechihuahua.com/Musica.htm
<p align=center><font size=1><span style=background:white><a href=http://hometown.aol.com/PicaMaiz></a></span><embed align="top" src="http://members.aol.com/Ch1uas/Vamonos.wma"
width="330" height="50" type="audio/x-pn-realaudio-plugin" loop="</htpdiv" autostart="false" controls="all" border="0"></textarea></form></center>

Silver_2000
10-04-2004, 02:04 PM
Tony there is no streaming software in the server. You can upload the file and people can dload it and play it from thier PC - But the software required to stream music is $$$$

Doug

Silver_2000
10-04-2004, 02:11 PM
TOny that code will work just fine


You need to uploadf the music file and change the last part of the code to point to your file

I used that code to play Sammy Haggars I cant drive 55 Here

http://bosshelp.com/stream.htm

Change
src="<A href="http://members.aol.com/Ch1uas/Vamonos.wma"

to
src="http://bosshelp.com/(sammy_hagar)i_cant_drive_55.mp3"

Tony2000
10-04-2004, 02:15 PM
so just up load it as a file then they can copy and download it?
where do I do that in front page?

Silver_2000
10-04-2004, 02:24 PM
so just up load it as a file then they can copy and download it?
where do I do that in front page?
Frontpage will help you upload the file BUT you will have to edit the code yourself

Look at the example above to see what to change

Tony2000
01-15-2005, 01:45 AM
Finally I got the music situation fixed, now I can put my own music on the webb site. but know I have a different story, we made 5 music videos and I would like to put them up on the webb but I have tryed to change the format of the dvd to a compresed format and I can't do it, do you have an idea of how to do this. the videos are only about 2-3 min long.
thanks Tony2000