PDA

View Full Version : web cam


tyrel
02-16-2003, 04:20 PM
ok how do i do a live webcam on mi thingy, like have mi webcam take a piture every 30 seconds?

reply to mi e-mail addy or to here,

thox
02-19-2003, 04:54 PM
1) webcam software such as conquercam.com (free download available but i think it might be shareware) can be used to host and/or upload the webcam image to your site (upload via FTP). this example will also allow timedelays to be set among other handy features.

2) use any form of page refresh to make the page update. e.g.


<meta http-equiv="Refresh" content="30;URL=http://www.some.org/some.html" />

tyrel
02-24-2003, 01:43 AM
whats the meta tag for refresh

redhead
02-24-2003, 09:01 AM
whats the meta tag for refresherm.... thox just posted it:

<meta http-equiv="Refresh" content="10;URL=http://www.example.com">

tyrel
02-24-2003, 10:03 PM
hmm if it was rite and u put the quotes in the rite place both of u, lol i got it now after degbugging