ok..I got a "silly" question. I need to put my web cam online. Put i can't understand the tutorials.
Could anyone explane me it a little bit simpler? ::)
MSN messenger.
errr...I mean to web page ;)
what kind of webcam do you have
do you have a website
does your webcam come with a program
do you have a real webcam or just a camera hooked up to your computer
what tutorials
have a usual web cam. I have a web page where to put it. The web cam comes with a program.
I mean the tutorials on the net what show how to put it online to a web page. I can't understand them. Maybe someone could gimme just a code and I put it into a html and maybe someone could show me some program I coudl use for it to work. ;)
What tutorials don't you understand? And what part of them don't you understand? It's better if you understand the tutorial than you simply pasting in code.
I don't understand how it is supposed to work. I just remembered that I once almost got it working. I used the code below and as the uploading program I used SpyCam. But It didn't upload the picture itself how it should. If I uploaded the picture myself then the picture changed. What is wrong in the code?
<html>
<head>
<meta http-equiv="refresh" content="120">
<meta http-equiv="Pragma" content="no-cache">
<title>Oliver's live web cam!</title>
</head>
<body bgcolor="black" text="white"
link="gold" vlink="tan">
<DIV align="center">
<table border="1" cellpadding="0"
bordercolor="#ffff00">
<tr>
<td bordercolor="#FFFF00">
<img src="SpyCam.jpg"
width="352" height="288">
</td></tr></table>
</div>
</body></html>
Maybe I did something wrong with the Spycam program?
Yes. That HTML code just displays an image, so it looks like you haven't set up the SpyCam program correctly.