Streaming Video something is missing?

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
gortonco
Posts: 1
Joined: Mon Sep 29, 2008 10:57 pm

Streaming Video something is missing?

Post by gortonco »

I had no problems with YAWCAM, it worked as advertised and is working well. how ever the code I embedded into my web page is missing something. I think I am getting the null message because the class code is not on the same computer as the camera is on.
I do not know how I tell the program the javacam.class file is on a pc???
Here is the code:
<html>
<head>
<META NAME="KEYWORDS" CONTENT="video, streaming,webcam">
<META NAME="DESCRIPTION" CONTENT="Testing Streaming Video">
<title>dgorton.net</title>
<script LANGUAGE="JavaScript">
<!-- HIDING
function caminawin()
{ window.open('http://www.dgorton.net/yawcam.jpg', 'popwin', 'scrollbars=0,status=0,toolbar=0,resizable=0,width=346,height=265,top=150,left=185'); }
// END HIDING -->
</script>
</head>
<body bgcolor="white">
<center>
<font face="Arial,Helvetica,Verdana" size=-1>
<h1>Cheap Security</h1>
<h2>MSafely watching my dogs</h2><p><br>
<APPLET code="JavaCam.class" width=320 height=240 codebase=http://www.dgorton.net/>
<PARAM name="dgorton.net" value="http://www.dgorton.net/yawcam.jpg">
<PARAM name="interval" value="10">
</APPLET><br>
<b><font size="-1" face="Arial">AutoReload in RELOADSECONDS seconds.</font></b><br>
[ <a href="javascript:caminawin();">OPEN IN FLOATING WINDOW</a> ]<p>
Please DO NOT hit RELOAD on your browser.
<p><br><br><br>
<h3>Misc stuff here (Impressive when it works)</h3>
<p><br><br><br>
<hr width=225>
<font size=-2>Base Template courtesy of
<b><i><a href="http://www.webcamworld.com/" target="_top">WebCam World</a></i></b>.
</font><p><br>
</font>
</center>
</body>
</html>


But the syntax to say look on the local computer eludes me.
Any suggestions or help would be great.

:shock:
Post Reply