Title: Plug-in 1.3, Answer from Sun

Hi all !

        For some time now I tried to get a hand on a HTML converter so I could use the Plug-In for jdk 1.3 b�ta. However, the converter was not available from Sun yet and there were no documentation on what the clsid's value was, nor the plug-in version, so I was no able to convert the HTML myself, thus not able to use the plug-in for 1.3.

        Anyways, I mailed to Sun and after a while they sent me the answer, which I forward to you so anybody who needs it won't have to search too much.

        So here is the answer from Sun :

---Answer starts here----------------
Maxime-

You can make your current 1.2 HTML Converter work for 1.3 by altering the
templates. The classid stays the same, but the version number changes to
1,3,0,0. The HTML code should look like:


 <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
     width="200" height="200" align="baseline"
    
codebase="http://java.sun.com/products/plugin/1.3/jinstall-1_3-win.cab#Version=1
,3,0,0">
     <PARAM NAME="code" VALUE="XYZApp.class">
     <PARAM NAME="codebase" VALUE="html/">
     <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
     <PARAM NAME="model" VALUE="models/HyaluronicAcid.xyz">
     <PARAM NAME="scriptable" VALUE="true">
         No JDK 1.3 support for APPLET!!
 </OBJECT>


If you need more help, please let me know.
------end-------------------

So here it is... It almost upsets me how simple it was and a long it took me to find out :)

Max.

Reply via email to