|
|
| Author |
Message |
jeanettesd
Joined: 11 May 2005 Posts: 1 Location: San Diego, CA
|
Posted: Wed May 11, 2005 7:01 am Post subject: How do I upload/add streaming music to a web page? Help? |
|
|
Help? I uploaded a music file to my personal homepage and am trying to access it via another web site but I can't seem to get the song to "stream" in the background. Any ideas? This is all new to me. I copied a song from a CD and uploaded it to my personal web page (.wma format) but when I try to access it from another web page, I cannot seem to get it to "play". Do I need to try to get it to stream there first? Any help would be much appreciated.
Personal Home Page: http://home.san.rr.com/jeanetteding/
Codes I've tried:
<bgsound src="http://home.san.rr.com/jeanetteding/05 When the Hearthache Ends.wma" loop="infinite"></bgsound>
<embed src="http://home.san.rr.com/jeanetteding/05 When the Hearthache Ends.wma" hidden="true"></embed>
<EMBED SRC="http://home.san.rr.com/jeanetteding/05 When the Hearthache Ends.wma" HIDDEN=true AUTOSTART=true>
<NOEMBED><BGSOUND SRC="http://home.san.rr.com/jeanetteding/05 When the Hearthache Ends.wma"></NOEMBED> |
|
| Back to top |
|
 |
Brien Virtuoso

Joined: 06 Apr 2005 Posts: 515 Location: Exit 4, Alabama
|
Posted: Sun May 15, 2005 3:08 pm Post subject: |
|
|
When_the_Heartache_Ends.mp3 is the current name of the file you are trying to access.
Notice it is in "MP3" format. Also the code you are trying reach this file with has to be placed on a webpage. You could put something like:
http://home.san.rr.com/jeanetteding/When_the_Heartache_Ends.mp3
In to a file you would name when_the_heartache_ends.m3u
NOTE: You must save this file AS type "M3U" You must also make the FULL call to(beginning with the http://: http://home.san.rr.com/jeanetteding/When_the_Heartache_Ends.mp3
Then you make your index.html page. Place a link in the "index.html" file to <a href=when_the_heartache_ends.m3u>
When the link is clicked the MP3 file will begin the downlaod/playing process.
Please remember that if you name a file with a CAPITOL letter you must also call it with a CAPITOL letter. It is much easier to have all file names in lower case. |
|
| Back to top |
|
 |
|