using APPLET vs OBJECT, EMBED in MacOsX 10
843807Sep 3 2003 — edited Apr 3 2005I've noticed that APPLET tag is deprecated in favor of OBJECT from W3C.org.
but It doesn't work on mac OsX 10, with the last java plugin installed (1.4.1).
I tryed with the Sun examples: MoleculeViewer
http://java.sun.com/products/plugin/1.4.2/demos/plugin/applets/MoleculeViewer/example1.html
this is with OBJECT tag and doesn't work (on MacOsx10)
the same with APPLET tag:
http://java.sun.com/products/plugin/1.4.2/demos/applets/MoleculeViewer/example1.html
works well
On windows there is no problem, but in MacOsx it's strange because it works only with the DEPRECATED TAG ???????????????
is it possible? which is the best solution to make the applet indipendent?
thanks a lot