|
123Webmaster.com :
Onsite :
Building
Embedding Real Audio On Your Site by Ian McDonald http://www.bigresources.com |
|
Preparation:
Make a file with notepad or a similar text editor. Enter the full url where your .rm file is located and save the file as your-file-name.rpm The Embedding Code and Console:
<!-- --><embed SRC="http://your-url.rpm" type="audio/x-pn-realaudio-plugin" CONTROLS="PlayButton" AUTOSTART="FALSE" LOOP="FALSE" VOLUME=100% WIDTH=40 HEIGHT=13 CONSOLE="MYCONSOLE"><embed SRC="http://your-url.rpm" type="audio/x-pn-realaudio-plugin" CONTROLS="StopButton" AUTOSTART="FALSE" LOOP="FALSE" VOLUME=100% WIDTH=20 HEIGHT=13 CONSOLE="MYCONSOLE"><!-- --> It
will look like this: |