This is an example of some ways to use RealAudio on your web page.
For more extensive instructions visit www.real.com.

Tell your users to get the RealPlayer at http://www.real.com

Method 1 -- using the RealAudio Player

a) Create a text file with a path such as the following:

pnm://288.ra

Nothing else needs to be in this file.

b) Save the file with the extension ".ram".

Include a link to this file on your page. Following this example we would use <A HREF="sounds/288.ram"> which we linked to the image below.

Click me!

Method 2 -- using the RealAudio Plugin

a) Create a text file with a path such as the following:

pnm://288.ra

Nothing else needs to be in this file.

b) Save the file with the extension ".rpm". Notice that this is exactly the same as a .ram file.

Include an embed tag on your page. For this example we would use
<EMBED SRC="sounds/288.rpm" WIDTH=300 HEIGHT=134>.

Note: DO NOT USE THE EMBED TAG IN A TABLE.

Want to customize the interface? Try using the CONTROLS attribute.

<embed src="288.rpm" width=40 height=60 controls=PlayButton console=MyConsole>
<embed src="288.rpm" width=40 height=60 controls=StopButton console=MyConsole>
<embed src="288.rpm" width=40 height=60 controls=VolumeSlider console=MyConsole>

Want to know more about customizing the interface? Go to our Source Code Wizard.