How to Embed RealPlayer 11.0
- 1). Open the HTML editor that you use for creating and editing your website. "Page Breeze," "Aptana Studios," and "NetBeans" are all free HTML editors available online.
- 2). Enter the following code within the HTML text in the editor program. Do not include the quotation marks at the beginning and end of the text.
"<object classid="CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA">
<param name="controls" value="ImageWindow">
<param name="console" value="_master">
<param name="center" value="true">
<embed name="myMovie" src="http://realmedia.uic.edu/ramgen/itltv/bbintro.30jan02.smil?embed" nojava="true" controls="ImageWindow" console="_master" center="true" pluginspage="http://www.real.com/"></embed>
</object>
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA">
<param name="src" value="rtsp://realmedia.uic.edu/itltv/bbintro.30jan02.smil">
<param name="console" value="video1">
<param name="controls" value="All">
<param name="autostart" value="false">
<param name="loop" value="false">
<embed name="myMovie" src="http://realmedia.uic.edu/ramgen/itltv/bbintro.30jan02.smil?embed" autostart="false" loop="false" nojava="true" console="video1" controls="All"></embed>
<noembed><a href="/links/?u=http://realmedia.uic.edu/ramgen/itltv/bbintro.30jan02.smil">Play first clip</a></noembed>
</object>
<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA">
<param name="src" value="rtsp://realmedia.uic.edu/itltv/bbtips.6feb02.smi">
<param name="console" value="video2">
<param name="controls" value="ControlPanel">
<param name="autostart" value="false">
<param name="loop" value="false">
<embed name="myMovie" src="http://realmedia.uic.edu/ramgen/itltv/bbtips.6feb02.smi?embed" autostart="false" loop="false" nojava="true" console="video2" controls="ControlPanel"></embed>
<noembed><a href="/links/?u=http://realmedia.uic.edu/ramgen/itltv/bbtips.6feb02.smi">Play second clip</a></noembed>
</object>" - 3). Publish the HTML files and folder to the Web server with FTP. You will be able to see RealPlayer within your website's content upon viewing the page's URL.