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);"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> <param name="source" value="<span style="color: rgb(255, 0, 0);">http://localhost:8080</span>/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=<span style="color: rgb(255, 0, 0);">http://localhost:8080</span>,cam=<span style="color: rgb(255, 0, 0);">0</span>" /> <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> </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);"><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"> <param name="source" value="<span style="color: rgb(255, 0, 0);">http://www.abelcam.com/img/</span>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=<span style="color: rgb(255, 0, 0);">http://localhost:8080</span>,cam=<span style="color: rgb(255, 0, 0);">0</span>" /> <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> </pre>
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>
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.
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>