AbelCam Forum
Download AbelCam buy Pro
 
 
 
Welcome Anonymous User
05/08/2024 - 03:45 AM
Quick Search:
Quick Jump:
 
Announcements
Latest Topics
 
silverlight
By: JohnSen
Rank: Newbie
Topics: 0
From: n/a
Added: 02/17/2009 - 01:57 AM

I'm trying the silverlight app with no luck. this is my html..
I copied the abelsilver.xap from your server to mine.

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pond Page</title>
<style>
<!--
link title { font-family: Arial; font-size: 12pt }
-->
</style>
<meta name="Microsoft Theme" content="none, default">
<meta name="Microsoft Border" content="tb, default">
</head>

<body bgcolor="#99CCFF">

<div align="center">
<table cellpadding="0" cellspacing="0" width="800" height="450" border="1" bgcolor="#E8DB86">
<!-- MSTableType="layout" -->
<tr>
<td width="800" height="450" valign="top">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" id="table4" width="796" height="501">
<!-- MSTableType="layout" -->
<tr>
<td width="796" height="48" valign="bottom" colspan="3">
<h2 align="center">PondCam <font face="Times New Roman">
© Live Stream</font></h2>
</td>
</tr>
<tr>
<td width="180" height="336"> </td>
<td width="463" height="336">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
<param name="source" value="http://192.168.1.104: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://192.168.1.104:8080,cam=x" />
<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>
</td>
<td width="153" height="336"> </td>
</tr>
<tr>
<td width="796" height="1572" colspan="3"></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>

</body>

</html>
By: sse
Rank: Forum Addict
Topics: 73
From: n/a
Added: 02/17/2009 - 06:21 AM

John, AbelCam 3.0.0 includes the SilverLight Applet already - no need to copy it.

192.168.104 is a private IP number - this won't be accessible outside your network
Parameter cam=x should be set to a camera number.

Just see the sample that comes with AbelCam
By: JohnSen
Rank: Newbie
Topics: 0
From: n/a
Added: 02/18/2009 - 03:46 AM

I know the 192.168.1.104 is a private IP. everything I'm doing is strictly on my intranet at this point. I'll convert to a web url later. I guess I'll download version 3 and see if that helps.