Thread: Webcam on SITE question
Results 1 to 4 of 4
Related
-
I need a webmaster to put up a streaming webcam on my site Forum: Show it off!
Replies: 2 -
another question about site content Forum: Show it off!
Replies: 1 -
webcam Forum: HTML Forum
Replies: 1
-
10-10-2005, 08:02 PM #1
Webcam on SITE question
What's up guys, I searched for webcams and decided that instead of kicking up a 3 year old unanswered thread, I would start a new one.
I'm trying to put a live webcam on my site, yet I know nothing about how to do it. From the little I could figure out, I did here:
http://cwhyteforpresident.com/webcam.html
Code:<h1>C.Whyte For President Live Webcam</h1> <h2>www.CwhyteForPresident.com</h2> <p><br> <img src="webcam.jpg" border=1 width=320 height=240 alt="C.Whyte Webcam"><br><br> [ <a href="javascript:caminawin();">OPEN IN FLOATING WINDOW</a> ]</form> <p> Please DO NOT hit RELOAD on your browser suckaz. <p><br><br><br> <h3>Check me out SUCKAZ.</h3> <p><br><br><br> <hr width=225> <font size=-2> Courtesy of C.Whyte</font> <p><br> </font> </center> </body> </html> <html> <head> <META HTTP-EQUIV=REFRESH CONTENT="3"> <META HTTP-EQUIV="Expires" CONTENT="Tue, 01 Jan 1980 1:00:00 GMT"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <title>YOUR SITE TITLE GOES HERE</title> <script LANGUAGE="JavaScript"> <!-- HIDING var x = 3 var y = 1 function StartClock(){ x = x-y if (x > -1) document.form1.clock.value = x timerID = setTimeout("StartClock()", 1000)} // END HIDING --> </script> </head> <body bgcolor="white" onLoad="StartClock()"> <center> <font face="Arial,Helvetica,Verdana" size=-1> <img src="webcam.jpg" border=1 width=320 height=240 alt="My WebCam Image"><br> <form NAME="form1"><b><font size="-1" face="Arial">AutoReload in ~ </font> <input TYPE="text" NAME="clock" SIZE="2" VALUE> <font size="-1" face="Arial">seconds.</font></b><br> </font> </center> </body> </html> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> </body> </html>
Cheers!
C.Whyte
-
10-10-2005, 08:39 PM #2
Re: Webcam on SITE question
You will need the proper software to ftp webcam images to your server.You may want to check out iVista and WebCam32.
Dave
-
10-10-2005, 10:32 PM #3
Re: Webcam on SITE question
thanks for your quick response... i'm going to fiddle around with webcam32 for a while and see if I can get things up and running... I'll let ya'll know when it's up!
-cw
-
12-08-2005, 09:39 AM #4
Re: Webcam on SITE question
I had a similar webcam running some years ago, I cannot remember the ftp program I used but searching for webcam FTP seems to bring up many. I used another program to time the images taken, Microsoft do a free powertoy for this. http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
The used the ftp to upload the image once every few minutes. Do not forget to add an automatic refresh to the page that displays the uploaded image.
Andy
Cloudjiffy- PaaS for Developers
10-05-2020, 12:30 AM in Web Hosting Forum