Jego, no worries... Thought I was becoming a soap opera.To Stream a mp3
Obviously you need a mp3, but to stream it you can't just publish a web with a mp3 and have user click on it, or the user will have to download it first. (For a dialup, that may be only way, more on this later)
In order to stream you must create a text file known to the mp3 world as a m3u.
Create this text file by opening up notepad (start, program, accessories, notepad)
example of text file:
http://www.yourwebsname.nnn/folder/yyyyy.mp3
nnn = .com/org/net (whatever your site is)
folder = this is name of folder you put your audio files in. (i simply name mine Audio)
yyyyy = name of mp3 (don't forget the .mp3 after)[example: Rokmywrld.mp3]
After you have this line of code finished, then click 'save as' and name it exact same name as name of mp3, replacing the .mp3 extension with .m3u extension. [example: Rokmywrld.m3u]
Next import both mp3 and m3u into your folder. [I call my folder 'Audio']
Now create hyperlink to m3u file, NOT mp3 file. This file will in turn stream actual mp3 song!
Couple of notes:
1. My big problem was the song i was experimenting with had spaces in the name. [dada - dorina.mp3] Nothing I did worked until I renamed song without spaces [dorina.mp3]. From what I've been taught Internet Explorer hates spaces. Get rid of them!
2. After I got the darn song to stream I tested it on my cable modem and it was sweeet! However, i decided to test a dial up modem and i lose sound soon after starting (Something about low fi vs hi fi recording, but that was not the issue here)... My guess at this point is that mp3s eat more bandwith than a stinking dialup has to give. (Someone will have to confirm that, as I am not sure)
Please try it. Let me know if you have problems with my instructions. I will attempt to help all who ask. 
This is a wonderful forum, and I appreciate the help myself!
Nick
[This message has been edited by Nick (edited 10-11-2001).]