1) Upload your MP3 files to the server, using a FTP program or the file manager. (files with the .mp3 extension) . Make sure the files are uploaded in binary mode.
2) Create a metafile (ASCII text file) containing a URL to one of your MP3 files. Example:
http://www.hostgo.com/media/hello.mp3
3) Save the above metafile as a text file with the .mpu extension.
Example: "hello.mpu"
Upload the metafile to your web site, using a FTP program or the file manager. Make sure the file is uploaded in ASCII mode.
4. In your HTML document, reference the metafile in a hyperlink. Example:
<a href="media/hello.m3u">Click to hear my melody!
When a visitor clicks on the metafile link, the media file will immediately start streaming on their computer.