How to put a web cam...

Started by Oliver, Sat 22/11/2003 12:22:49

Previous topic - Next topic

Oliver

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? ::)
You got it!

Coming Soon!

jannar85

Veteran, writer... with loads of unreleased games. Work in progress.

Oliver

You got it!

Coming Soon!

MrColossal

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
"This must be a good time to live in, since Eric bothers to stay here at all"-CJ also: ACHTUNG FRANZ!

Oliver

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. ;)
You got it!

Coming Soon!

Esseb

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.

Oliver

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?
You got it!

Coming Soon!

Esseb

Yes. That HTML code just displays an image, so it looks like you haven't set up the SpyCam program correctly.

SMF spam blocked by CleanTalk