hi!

thanks to David.

I am really confused. the applet I did can be run in
sun's applet viewer, but can't be run in IE5.5

I do convert the html file using sun's htmlconverter.
but the IE5.5 can't display the applet if I insert a
background image as following:

TextureLoader loader
          =new TextureLoader("background.jpg", this);

ImageComponent2D image=loader.getImage();

even though I change the watcher "this" to null:

TextureLoader loader
          =new TextureLoader("background.jpg", null);

ImageComponent2D image=loader.getImage();

IE still can't display it(but application can work).

what's the problem on earth?


 Richard,



__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

===========================================================================
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