Received: from mail.java.sun.com (mail.javasoft.com [204.160.241.28])
	by cis.ohio-state.edu (8.9.1/8.9.1) with ESMTP id SAA18307
	for <muniandy@CIS.OHIO-STATE.EDU>; Sat, 10 Jul 1999 18:08:28 -0400 (EDT)
Received: from mail (mail.java.sun.com [204.160.241.28])
	by mail.java.sun.com (8.9.0.Beta6+Sun/8.9.0) with ESMTP id OAA06723;
	Sat, 10 Jul 1999 14:52:43 -0700 (PDT)
Received: from JAVA.SUN.COM by JAVA.SUN.COM (LISTSERV-TCP/IP release 1.8d) with
          spool id 1815021 for JAVA3D-INTEREST@JAVA.SUN.COM; Sat, 10 Jul 1999
          14:52:27 -0700
Received: from shire.ecom.net (shire.ecom.net [207.138.192.17]) by
          mail.java.sun.com (8.9.0.Beta6+Sun/8.9.0) with ESMTP id OAA05719 for
          <JAVA3D-INTEREST@JAVA.SUN.COM>; Sat, 10 Jul 1999 14:33:44 -0700 (PDT)
Received: from virtualbeach.com (ppp198-66.ecom.net [207.138.198.66]) by
          shire.ecom.net (8.8.8/8.8.8) with ESMTP id OAA18117 for
          <JAVA3D-INTEREST@JAVA.SUN.COM>; Sat, 10 Jul 1999 14:40:04 -0700 (PDT)
X-Mailer: Mozilla 4.5 [en] (Win95; I)
X-Accept-Language: en
MIME-Version: 1.0
References: <378374AD.38E538F6@psu.edu>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Message-ID:  <3787BD03.758EBD1C@virtualbeach.com>
Date:         Sat, 10 Jul 1999 14:37:07 -0700
Reply-To: mitchw@virtualbeach.com
Sender: Discussion list for Java 3D API <JAVA3D-INTEREST@JAVA.SUN.COM>
From: Mitch Williams <mitchw@virtualbeach.com>
Organization: Virtual Beach
Subject:      Re: [JAVA3D] Netscape
To: JAVA3D-INTEREST@JAVA.SUN.COM
X-UIDL: de974c90691a7b7e6337ddc491f663e3

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 listserv@java.sun.com and include in the body
> of the message "signoff JAVA3D-INTEREST".  For general help, send email to
> listserv@java.sun.com and include in the body of the message "help".

--
----------------
Mitch Williams                     http://www.VirtualBeach.com
310-375-1591                    MitchW@VirtualBeach.com
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 listserv@java.sun.com and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
listserv@java.sun.com and include in the body of the message "help".

