Adding
Real Audio® to Your Pages, (all versions supported)
Here
is a sample of Streaming Real Audio® on our Server
(This is the Welcome File that comes with the Real Audio Player)
1) Create your Real
Audio®
file (your_file.ra)
See Real
Audio for audio editing software.
2) Create a .ram text
file
This file is a single
line text file that will make your_file.ra streaming. If you link
directly to your_file.ra, the browser must first download the entire
file before your audio starts playing.
Put "http://www.yourdomain.com/your_file.ra"
in the .ram. This creates a link it to your_file.ra (Make sure you
include http://).
FTP your .ram file to
the same location as your_file.ra on your server.
3) Link your web page
to your .ram file
This line creates a
clickable link to your Real Audio® File.
<a href="your_file.ram">whatever</a>
This line makes your Real
Audio® File play when your web page is opened (Not fully
supported by Netscape NavigatorTM).
<EMBED src="your_file.ram" autostart=true loop=1 hidden=true></EMBED>
You can change
"loop" to another value or "true" to specify the
number of times your audio file will play.
|