How can I include RealAudio files in my web pages?
SUMMARY
Upload the file and make an "a href" link to it.
DETAILED SOLUTION
- NOT USING the RA server:
* put the .ra or .rm file in the directory that you want it
* add something like:
Get Me
to the page
- USING the RA server:
* put the .ra or .rm file in your www/real dir
* create a .ram file where you want it (probably in www/real)
- put a line like:
pnm://real.your.domain/username/getme.ra
in the file (probably calling it getme.ram)
- replace 'your.domain' with your domain name (ie. animus.net)
- replace 'username' with your username on the system
* add something like:
Get Me
to the page