changed:
-
To make the JavaApplets work on a remote web page it is important to know
one thing: <br />
<b>The Java Applet has to be loaded from the !AbelCam server<br />
<br />
</b> Use the following html code to stream from Cam 0 with PTZ
controls:<br />
<pre style="background-color: rgb(224, 224, 224);">
<!-- logistreaming --><br />
<applet code=AbelCamstreaming.class width="<span
style="color: rgb(255, 0, 0);">X</span>" height="<span
style="color: rgb(255, 0, 0);">Y</span>" archive="AbelCamstreaming.zip"<br />
codebase="http://<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/java/applets"><br />
<param name="baseref" value="http://<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/"><br />
<param name="cam" value="0"><br />
</applet><br />
<!-- logiabs.inc -->
<applet code=abelabs.class width="214" height="136"
archive="abelabs.zip" codebase="<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/java/applets"><br />
<param name="backcolor" value="<span
style="color: rgb(255, 0, 0);">rrr,ggg,bbb</span>"><br />
<param name="baseref" value="<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/"><br />
<param name="cam" value="0"><br />
</applet>
</pre>
<p>copy and paste to your html page, change all code marked in <span
style="color: rgb(255, 0, 0);">red</span></p>
<p><br />
<b>Example:</b> <a
href="http://www.webtruck.org/cams/abelcam/live_html?cam=1">Webtruck Room
Cam</a> Logitech Sphere MP with Stream and PTZ</p>