J
jamesa
Hi,
Could someone pleasse help me with this probably very basic problem. I
am getting no image showing on my web page while trying to use the
JavaCam.class (I just get an outline box containing a red cross).
The entire HTML of the page is:
<html>
<head>
<title>Test</title>
</head>
<body>
<applet codebase= "http://www.jpacsoft.com/" code="JavaCam.class"
width="320" height="240">
<param name="url" value="http://www.jpacsoft.com/cam_1.jpg" />
<param name="interval" value="5" />
</applet>
</body>
</html>
and the page itself is here: http://www.jpacsoft.com/webcam9.html
I've got files JavaCam.class and JavaCam.java in the root directory
too.
The image file URL is fine and I am really stumped as to what is wrong;
something very simple I am guessing, as I am new to this.
Very many thanks in advance for your kind help.
Could someone pleasse help me with this probably very basic problem. I
am getting no image showing on my web page while trying to use the
JavaCam.class (I just get an outline box containing a red cross).
The entire HTML of the page is:
<html>
<head>
<title>Test</title>
</head>
<body>
<applet codebase= "http://www.jpacsoft.com/" code="JavaCam.class"
width="320" height="240">
<param name="url" value="http://www.jpacsoft.com/cam_1.jpg" />
<param name="interval" value="5" />
</applet>
</body>
</html>
and the page itself is here: http://www.jpacsoft.com/webcam9.html
I've got files JavaCam.class and JavaCam.java in the root directory
too.
The image file URL is fine and I am really stumped as to what is wrong;
something very simple I am guessing, as I am new to this.
Very many thanks in advance for your kind help.