|
Configuring Real
Audio
First thing you need
to do is to create your Real Audio file. Instructions on how to create
you Real Audio file is beyond the scope of this guide. Please refer to
your software documentation for more instructions. The following links
will also help you with your Real Audio file:
Add Real Audio File
to you page:
- Connect to your
web hosting account using FTP.
- Create a directory in your root directory (not in the
"public_html" directory) called "realaudio". Upload
your RealAudio file into your realaudio directory. RealMedia files have
a ".ra" or "rm" extension. Be sure to upload using
"binary" mode.
- Create a text file
(metafile) containing the following code (use a text editor):
pnm://realserver.gdex.net/userid/realaudio/filename.ra where:
userid is your login (username) assigned to you.
filename.ra is the name of the Real Media file.
Name your metafile with a ".ram" extension (i.e. filename.ram).
- Upload your .ram
file into your web directory (within the "public_html" directory
- be sure to use ASCII mode).
- Create a link to
your metafile (the .ram file) in your web page:
<a href="http://www.yourdomain.com/filename.ram">Click
Here to Listen</a>
|