Hi,
I'm using the Starfire 3ds Loader. It works well when not in an applet.

When I use it in an applet, I have to load from the URL to avoid access denied exception :

         url = new URL(codeBase, filename);
         Loader3DS loader = new Loader3DS();
         loader.setBaseUrl(codeBase);
         s = loader.load(url);

But I get a "java.lang.RuntimeException: Not supported for 3DS"
Why ? Is anyone using Starfire loader in an applet ?

Thanks
Matthieu Beghin



Yahoo! Mail -- Une adresse @yahoo.fr gratuite et en fran�ais !

Reply via email to