On Tue, 28 Sep 2004 11:59:57 +0200, Don wrote:
Quote:
I try to get a simple applet working, |
You have the wrong group..
<http://www.physci.org/codes/javafaq.jsp#js>
The best one for these kind of (Java) problems is..
<http://www.physci.org/codes/javafaq.jsp#cljh>
Before you go there though (DO NOT REPLY TO THIS)
you might try..
Quote:
APPLET code="JavaCam.class" codebase="/location/java/"
width="320" height="240"
PARAM name="url" value="/location/java/camera.jpg"
PARAM name="interval" value="20"></APPLET |
The example at ..
<http://developers.webcamworld.com/template3_cd.html>
...specifies the codebase and source of the image as complete URL's..
<APPLET code="JavaCam.class" width=320 height=240
codebase=http://developers.webcamworld.com/>
<PARAM name="url"
value="http://developers.webcamworld.com/images/tempimage.gif">
<PARAM name="interval" value="30">
</APPLET>
Try that.
HTH
--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.lensescapes.com/ Images that escape the mundane