The UK Home Automation Archive

Archive Home
Group Home
Search Archive


Advanced Search

The UKHA-ARCHIVE IS CEASING OPERATIONS 31 DEC 2024


[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Floorplan beta 3 released



--------------020502050504090302020909
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Paul Gale wrote:

> Hi James,
>
>
>
> Not having tried floorplan yet (time!), I'm still keen to give it a
> go. But before I do - can you setup a floorplan for CCTV use where
> there is a symbol of the camera. When you click it, it opens either a
> full screen camera view or a camera window within the floorplan (or
> overlaid)?
>
Yep, easy to do. Floorplan will let you overlay html over your actual
floorplan image. I have an Axis camera which is what puts the london sky
pic on mi4.biz. In floorplan I have an insert with this in it:
<img src='http://192.168.0.35/axis-cgi/jpg/image.cgi?resolution=320x240'
width=100 height=60>
and now i have the image from the camera on my floorplan in a 100x60
image. If you wanted a popup where you click on a camera icon you could do
<a href='url of camera' target=_new><img
src='images/camera.gif'></a>
and you would get a clickable camera icon which would open the camera
page in a new window. As it's just html you can do whatever you like
really.


hth

James

--------------020502050504090302020909
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">


Paul Gale wrote:
<blockquote
cite="midA016D698CB79874CAE4CD3663E69BA49054199@xxxxxxx"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
">
<meta name="Generator" content="Microsoft Word 11
(filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><o:SmartTagType
namespaceuri="urn:schemas-microsoft-com:office:smarttags"
name="PersonName">
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
{font-family:Wingdings;
panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:12.0pt;
font-family:"Times New Roman";
color:black;}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{color:blue;
text-decoration:underline;}
p
{mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:12.0pt;
font-family:"Times New Roman";}
pre
{margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
tt
{font-family:"Courier New";}
span.EmailStyle19
{mso-style-type:personal-reply;
font-family:Arial;
color:navy;}
@page Section1
{size:612.0pt 792.0pt;
margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
{page:Section1;}
/* List Definitions */
@list l0
{mso-list-id:1588541828;
mso-list-template-ids:1581184938;}
@list l0:level1
{mso-level-number-format:bullet;
mso-level-text:\F0B7;
mso-level-tab-stop:36.0pt;
mso-level-number-position:left;
text-indent:-18.0pt;
mso-ansi-font-size:10.0pt;
font-family:Symbol;}
ol
{margin-bottom:0cm;}
ul
{margin-bottom:0cm;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</o:SmartTagType>
<div class="Section1">
<p class="MsoNormal"><font color="navy"
face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial; color: navy;">Hi
James,<o:p></o:p></span></font></p>
<p class="MsoNormal"><font color="navy"
face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial; color:
navy;"><o:p>&nbsp;</o:p></span></font></p>
<p class="MsoNormal"><font color="navy"
face="Arial" size="2"><span
style="font-size: 10pt; font-family: Arial; color: navy;">Not
having
tried floorplan yet (time!), I&#8217;m
still keen to give it a go. But before I do &#8211; can you setup a
floorplan
for CCTV use where there is a symbol of the camera. When you click it,
it opens
either a full screen camera view or a camera window within the
floorplan (or
overlaid)?</span></font></p>
</div>
</blockquote>
Yep, easy to do. Floorplan will let you overlay html over your actual
floorplan image. I have an Axis camera which is what puts the london
sky pic on mi4.biz. In floorplan I have an insert with this in
it:<br>
&lt;img
src='<a class="moz-txt-link-freetext" href="http://192.168.0.35/axis-cgi/jpg/image.cgi?resolution=320x240";>http://192.168.0.35/axis-cgi/jpg/image.cgi?resolution=320x240</a>'
width=100 height=60&gt;<br>
and now i have the image from the camera on my floorplan in a 100x60
image. If you wanted a popup where you click on a camera icon you could
do<br>
&lt;a href='url of camera' target=_new&gt;&lt;img
src='images/camera.gif'&gt;&lt;/a&gt;<br>
and you would get a clickable camera icon which would open the camera
page in a new window. As it's just html you can do whatever you like
really.<br>
<br>
<br>
hth<br>
<br>
James<br>




<!-- **begin egp html banner** -->

<br>
<tt><hr width="500">
<b>Yahoo! Groups Links</b><br>
<ul>
<li>To visit your group on the web, go to:<br><a
href="http://groups.yahoo.com/group/xap_automation/";>http://groups.yahoo.com/group/xap_automation/</a><br>&nbsp;
<li>To unsubscribe from this group, send an email to:<br><a
href="mailto:xap_automation-unsubscribe@xxxxxxx?subject=Unsubscribe";>xap_automation-unsubscribe@xxxxxxx</a><br>&nbsp;
<li>Your use of Yahoo! Groups is subject to the <a href="http://docs.yahoo.com/info/terms/";>Yahoo!
Terms of Service</a>.
</ul>
</tt>
</br>

<!-- **end egp html banner** -->


</body>
</html>

--------------020502050504090302020909--



xAP_Automation Main Index | xAP_Automation Thread Index | xAP_Automation Home | Archives Home

Comments to the Webmaster are always welcomed, please use this contact form . Note that as this site is a mailing list archive, the Webmaster has no control over the contents of the messages. Comments about message content should be directed to the relevant mailing list.