Download AbelCam buy Pro
 
 
 
Navigation

Licenses
Opinions
Your program is simple to use and full of features and just works!
It is a breath of fresh air in the software world

 Wilco Baak  more>>

 

Edit history

Edit: -1 of 1
Time: 2007-12-13 12:48:36
Note: /logisphere/en/abelwiki/JavaApplets/vote

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);">
  &lt;!-- logistreaming --&gt;<br />
   &lt;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"&gt;<br />
   &lt;param name="baseref" value="http://<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/"&gt;<br />
   &lt;param name="cam" value="0"&gt;<br />
   &lt;/applet&gt;<br />
   &lt;!-- logiabs.inc --&gt;
   &lt;applet code=abelabs.class width="214" height="136"
  archive="abelabs.zip" codebase="<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/java/applets"&gt;<br />
   &lt;param name="backcolor" value="<span
style="color: rgb(255, 0, 0);">rrr,ggg,bbb</span>"&gt;<br />
   &lt;param name="baseref" value="<span
style="color: rgb(255, 0, 0);">yourhost:port</span>/"&gt;<br />
   &lt;param name="cam" value="0"&gt;<br />
   &lt;/applet&gt;
</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>