David,

Here is the code off Sun's Java 3D web site to allow Java 3D applets run inside
either Netscape or IE.  I tried it with Netscape 4.5 and IE 4.0 and it works!
Just replace "myClassFile" with the java applet of your choice.
Of course, I am already running the Java plug-in for Java 1.2 (Java 2).

Best wishes,

Mitch


<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
     width="256" height="256" align=middle

java_codebase="http://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,2,0,0">

 <PARAM NAME="java_code" VALUE="myClassFile.class">
 <PARAM NAME="java_type" VALUE="application/x-java-applet;version=1.2">
 <COMMENT>
     <EMBED type="application/x-java-applet;version=1.2" width="256"
        height="256" align="baseline" code="myClassFile.class"

pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html">
     <NOEMBED>
     </COMMENT>
            No JDK 1.2 support for APPLET!!
     </NOEMBED></EMBED>
 </OBJECT>


David Robbins wrote:

> Is there any good way to view applets or applications of JAVA3D in
> Netscape?  I've tried a bunch of stuff I've seen on the net but nothing
> seems to work well.  Could anyone help me get my applet to work on
> Netscape 4.6 under Windows98?  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".

--
----------------
Mitch Williams                     http://www.VirtualBeach.com
310-375-1591                    [EMAIL PROTECTED]
Virtual Beach - 3D Media Consulting for the Internet


Courses and Seminars:
     "Java 3D"
          L.A. Java User Group, Tues., Sept. 7
          UCLA, Tues., Sept. 28 - Nov. 2

     "Interactive 3D Media for the Web Business Symposium":
          UC Berkeley, San Francisco, Sat. October 9

     "Developing Interactive 3D Media for the Internet":
          UCLA:
               Sat., Sept. 18, 25, Oct. 2
               Online - beginning late Sept.
               Thurs., Nov 11 - Dec. 14, Universal Studios Lab
          UC Irvine:
               Wed., Oct. 27 - Dec. 1 ("Interactive 3D Media for Web")
          UC Berkeley:
               Sat., Oct. 16, 23, 30

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