Adventure Game Studio

Community => General Discussion => Topic started by: Oliver on Sat 22/11/2003 12:22:49

Title: How to put a web cam...
Post by: Oliver on Sat 22/11/2003 12:22:49
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? ::)
Title: Re:How to put a web cam...
Post by: jannar85 on Sun 23/11/2003 01:47:20
MSN messenger.
Title: Re:How to put a web cam...
Post by: Oliver on Sun 23/11/2003 09:41:49
errr...I mean to web page ;)
Title: Re:How to put a web cam...
Post by: MrColossal on Sun 23/11/2003 10:02:14
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
Title: Re:How to put a web cam...
Post by: Oliver on Sun 23/11/2003 11:33:51
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. ;)
Title: Re:How to put a web cam...
Post by: Esseb on Sun 23/11/2003 12:10:44
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.
Title: Re:How to put a web cam...
Post by: Oliver on Sun 23/11/2003 12:57:11
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?
Title: Re:How to put a web cam...
Post by: Esseb on Mon 24/11/2003 02:51:14
Yes. That HTML code just displays an image, so it looks like you haven't set up the SpyCam program correctly.