I'm trying to put a BACKGROUND in a JAVA3D APPLET.
The background is a file: "back.gif" (it is in the same directory as the
applet)
I use the next sentence to load it:

TextureLoader background = new TextureLoader("back.gif", this);

It works perfectly in APPLETVIEWER and NETSCAPE 4.5
But not in INTERNET EXPLORER 5.0. I get:  "  Error: in loading image   "

The error is in the TextureLoader constructor: TextureLoader("back.gif",
this);

I would like to know if anyone of you have succeded to run an applet wich
use BACKGROUND in Internet Explorer 5.0

Thanks!

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

Reply via email to