You will need this code - the second half of the code is for the controls and if you don't wish to add them then remove the code after the <br /> tag:
code:
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="WIDTH"
height="HEIGHT"
id="RVOCX">
<param name="src" value="URL">
<param name="autostart" value="true">
<param name="controls" value="imagewindow">
<param name="console" value="video">
<embed src="URL"
width="WIDTH"
height="HEIGHT"
type="audio/x-pn-realaudio-plugin"
autostart="true"
controls="imagewindow"
console="video">
</embed>
</object>
<br />
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="300"
height="100"
id="RVOCX">
<param name="src" value="URL">
<param name="autostart" value="true">
<param name="controls" value="all">
<param name="console" value="video">
<embed type=" audio/x-pn-realaudio-plugin "
src="URL"
width="320"
height="100"
autostart="true"
controls="all"
console="video">
</embed>
</object>
---------------------------
Relevant links:
http://service.real.com/help/library/guides/extend/embed.htm
http://www.audiovideoweb.com/emded_real_html.htm
---------------------------
Relevant FAQs:
Why do I have to use the <OBJECT> and <EMBED> tags?
----------------------------
Relevant note:
As of writing this FAQ is number 1 at Google in the search for the terms embed, realplayer, movie, 3 for embed, realplayer, object and 10 embed, movie.
_____________________
Emperor
(Added by: Emperor on Sat 22-Jun-2002)
(Edited by: Emperor on Sat 12-Oct-2002)
|