CREATING A RAM FILE
 Make a .ram file. 
 
 Its a plain text file (use Notepad, Simpletext, BBedit)
 containing one line of text - the full URL (address) of the 
 actual sound (.ra) file which should be located on a server, 
 (either audioserver for live streaming or http server for archive)

  e.g pnm://www.audioserver.org/myspeech.ra

 
 If you want a series of different .ra files to be played one after
 the other you can list their addresses
 
 e.g pnm://www.audioserver.org/mysong.ra
     pnm://www.audioserver.org/mystory.ra
     pnm://www.yourserver.com/someoneelse.ra
     etc.
  
  This file should be saved as a .ram file somewhere.
  Consequently, any link you make in your webpage to connect people 
  to your audio stream should point at this file. 

 It is not necessary to have the .ram and .ra file in the same 
 directory or even on the same server.

BACK TO GUIDE