HighDots Forums  

Re: getting worked: Java Applet

Javascript JavaScript language (comp.lang.javascript)


Discuss Re: getting worked: Java Applet in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Andrew Thompson
 
Posts: n/a

Default Re: getting worked: Java Applet - 09-28-2004 , 07:12 AM






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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.