hi - I am new to java - totally!!
ok - so i am using a webcam to broadcast an event. My html page uses this applet to establish the webcam event
<applet codebase=“http://24.8.214.231:80” archive=“wwCam.jar”
code=“wwCam.class” width=318 height=238>
<param name=“filename” value=“http://24.8.214.231:80/ww.jpg”>
<param name=“copyright” value=“Copyright © 2003 Willing Webcam”>
</applet>
on my work puter and my home computer i have the Java plug in installed and working. work is on a T-1 and home is on a cable modem.
however, others (like my mom) who are on DSL who have also downloaded the most recent version (as of last nite) of the java plug in - JRE 1.5.0 - it does not work.
according the to the java.com sites - it has something to to do with the “use browser settings” and proxy servers. its like my mom’s java plug in cant figure out what is going on with the applet scripts inside the html page.
when she loads the page - she gets the RED X.
does Mom’s DSL connection have anything to do with a proxy server issue?
how do you fix this RED X problem ?!?!?!?!?!