Tell your users to get the RealPlayer at http://www.real.com
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.
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.