REAL AUDIO
To setup Real Audio on your own website you will need to first upload
your real audio sound clip (myaudio.ra) in binary mode to your public_html
directory. Once this has been uploaded to your website you will need to
create a second file in the same directory with the .ram extension (myaudio.ram).
Within this file you must place the full URL of your sound clip (myaudio.ra)
followed by a blank line, once this file has be created and saved you
can upload it.
Once this file has been created and uploaded to your website, you then
will have to reference it in your html code in the normal way, make sure
you reference the .ram file to stream your audio clip. Here is an example
of the html to reference the audio.
A HREF="http://www.yourdomain.co.uk/myaudio.ram">My Audio
Clip /A
Once this code is placed into your HTML Script you will have a link to
your audio clip which will be streamed to the visitor.