web cam

liunx

Guest
i want to inbed a web camera on my webpage, is there any way to do this in dreamweaver?<!--content-->i would create an iframe in your page, and use the camera image as the source of the iframe's contents.<!--content-->what would the code be to get the camera into the frame then?<!--content-->what type of camera is it?<br />
<br />
we have a network camera which has a network ip, so we can access it by entering:<br />
<br />
//10.1.1.1/image.html<br />
<br />
<br />
I don't know about a simple USB connection - what does the camera manual say?<br />
<br />
<br />
anyway, to use an <iframe>:<br />
<br />
<br />
<body><br />
content<br />
...<br />
<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"//10.1.1.1/image.html"><br />
<br />
...<br />
more content<br />
</body><!--content-->http://www.myowncam.com has software that does it all for you, you might wanna give it a look<!--content-->a site with the word hello?<!--content-->opps <!-- m --><a class="postlink" href="http://www.myowncam.org/">http://www.myowncam.org/</a><!-- m --> there you go :P<!--content-->I did mine with a php include. I added a pop-up link so the picture is bigger. I wanted to keep the sidebar on the skinny side.<br />
<br />
Sara<!--content-->
 
Back
Top