All AbelCam functionality has been terminated October 8th 2019
 
 
 
Navigation

Edit detail for SilverLight revision 1 of 1

1
Editor: sse
Time: 2009/01/16 05:30:15 GMT+0
Note:

changed:
-
AbelCam 2.3.8 and up come with a <a href="http://www.silverlight.net" target="_blank">SilverLight</a> applet.

The applet can be used to either show one camera or all cameras active in AbelCam.

<ul>
<li><p>One Camera</p>
<p>
</p><pre style="background-color: rgb(224, 224, 224);">&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"&gt;
		&lt;param name="source" value="<span style="color: rgb(255, 0, 0);">http://localhost:8080</span>/silver/AbelSilver.xap"/&gt;
		&lt;param name="onerror" value="onSilverlightError" /&gt;
		&lt;param name="background" value="white" /&gt;
		&lt;param name="minRuntimeVersion" value="2.0.31005.0" /&gt;
		&lt;param name="initParams" value="ServerURL=<span style="color: rgb(255, 0, 0);">http://localhost:8080</span>,cam=<span style="color: rgb(255, 0, 0);">0</span>"  /&gt;
		&lt;param name="autoUpgrade" value="true" /&gt;
		&lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"&gt;
		&lt;img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/&gt;
		&lt;/a&gt;
&lt;/object&gt;
</pre>
<br>Change URL and camera number to fit your requirements.
</li><li><p>All Cameras</p><p>For multiple cameras use the code above and leave the <b>cam=x</b> parameter. The applet will query the AbelCam server and list all active cameras.</p></li></ul>

Default for !ServerURL is the server where the applet was loaded from.<br>
You may store the !SilverLight Applet !AbelSilver.xap anywhere. If it's not located on the AbelCam server delivering the camera images, you <i>must</i> provide the !ServerURL parameter.
<p>The applet is also available from this server, you may use<br>
</p><pre style="background-color: rgb(224, 224, 224);">&lt;object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"&gt;
		&lt;param name="source" value="<span style="color: rgb(255, 0, 0);">http://www.abelcam.com/img/</span>AbelSilver.xap"/&gt;
		&lt;param name="onerror" value="onSilverlightError" /&gt;
		&lt;param name="background" value="white" /&gt;
		&lt;param name="minRuntimeVersion" value="2.0.31005.0" /&gt;
		&lt;param name="initParams" value="ServerURL=<span style="color: rgb(255, 0, 0);">http://localhost:8080</span>,cam=<span style="color: rgb(255, 0, 0);">0</span>"  /&gt;
		&lt;param name="autoUpgrade" value="true" /&gt;
		&lt;a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"&gt;
		&lt;img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/&gt;
		&lt;/a&gt;
&lt;/object&gt;
</pre>

AbelCam 2.3.8 and up come with a SilverLight applet. The applet can be used to either show one camera or all cameras active in AbelCam.
  • One Camera

    <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
    		<param name="source" value="http://localhost:8080/silver/AbelSilver.xap"/>
    		<param name="onerror" value="onSilverlightError" />
    		<param name="background" value="white" />
    		<param name="minRuntimeVersion" value="2.0.31005.0" />
    		<param name="initParams" value="ServerURL=http://localhost:8080,cam=0"  />
    		<param name="autoUpgrade" value="true" />
    		<a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
    		<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
    		</a>
    </object>
    

    Change URL and camera number to fit your requirements.
  • All Cameras

    For multiple cameras use the code above and leave the cam=x parameter. The applet will query the AbelCam server and list all active cameras.

Default for ServerURL is the server where the applet was loaded from.
You may store the SilverLight Applet AbelSilver.xap anywhere. If it's not located on the AbelCam server delivering the camera images, you must provide the ServerURL parameter.

The applet is also available from this server, you may use

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
		<param name="source" value="http://www.abelcam.com/img/AbelSilver.xap"/>
		<param name="onerror" value="onSilverlightError" />
		<param name="background" value="white" />
		<param name="minRuntimeVersion" value="2.0.31005.0" />
		<param name="initParams" value="ServerURL=http://localhost:8080,cam=0"  />
		<param name="autoUpgrade" value="true" />
		<a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
		<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
		</a>
</object>