Sorry if this is FAQ, I've poked around the Sun site and tried the
plausible-sounding suggestion from Mitch Williams (reproduced below)
and failed to get j3d running in any browser on WinNT.  Has anyone
actually done this or seen it done?  Is there one working example
known to exist anywhere?  I've got the plugin installed (the one
that comes with the latest JRE1.2.2 right?).  Is it just WinNT? (I'd
have no trouble believing that.)

(I'm using jdk1.1.2/demo/java3d/Billboard as a testbed... on Netscape
 it says "Class Bboard notinited" and doesn't do anything.  On IE5
 it just doesn't do anything.  In both cases it puts up a grey square
 of the appropriate size and says "Loading Java applet.")

I've tried running this locally from a file or remotely on another
machine.  If there's a nice clear answer somewhere and I was just
too stupid to find it I apologize in advance to the group. -Tim

===== Here's what works for Mitch Williams.  Anyone else?
      Obviously you have to change "filename.class" and so on ============

Greetings,

Here is the code I have (pretty sure form the Sun Java 3D web site) and it
works for both IE and Netscape.  Be sure to insert the proper filename, width
and height.

<HTML>
<HEAD></HEAD>
<BODY>
<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="filename.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=" filename.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>
</BODY>
</HTML>

-------
Mitch
--------------
SUBSCRIBE JAVA3D-INTEREST peter wrote:

> dear all:
>  Can anyone can tell me the step in order  to let me run java3d applet
> in browser detailly?since i see many documention about the step, but now
> still have error when run java3d applet, i feel confuse.
> So pls help me.
>  THX
>
> ===========================================================================
> 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"
          UCLA, Tues., Sept. 28 - Nov. 2
          UC Berkeley, Sat., March 25, April 1, 8, 2000

     "Interactive 3D Media for the Web Business Symposium":
          UC Berkeley, San Francisco, Monday October 25

     "Interactive 3D Media for the Internet":
          UCLA:
               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
          UC Santa Barbara:
               Sat., Feb. 12, 13, 2000

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

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