Hi All,

I have an applet that loads in images from a URL.
It is perfectly happy when it is either running from my
appletviewer, or if the applet is physically located on
the same machine as where these images reside.  The problem
is that I need the applet to reside on a different machine from
where the images reside.
And yes, it needs to be an applet.

So I have hit the security exception that restricts applets from accessing
things they shouldnt.. but my question is, isnt there a workaround ?
I know that you can access any URL, can I somehow grab the image
which resides in the HTML page some other way   (Through the url.net
library) ? I did try  (Image) myurl.getContent() but this did not work
either.

(And if the workaround is signed applets, can you provide a URL with
ample hand holding, because it looks a bit scarey to me. )


Thanks so very much,
I genuinely appreciate it.
Jackie

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to