A simple question [solved]
Jyrki Wahlstedt
jyrki.wahlstedt at hut.fi
Mon Feb 7 16:22:15 PST 2005
Just for the record,
the following seems to work:
<OBJECT type="application/x-java-applet" classid="java:MyApplet.class"
width="300" height="150">
So the key was, I think, that x-java-applet (found at Sun's site). A
bit confusing to find out that W3C specifications are not quite
complete…
!
! Jyrki Wahlstedt
! Tinatie 3 A 2 mob. +358-40-502 0164
! FI-00440 Helsinki
!
! Our life is no dream; but it ought to become one and perhaps will.
! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780
6366 EFD9 139C C386
On 5.2.2005, at 13:17, I wrote:
> Hi,
> I feel myself a bit stupid to ask this, but:
> an applet is defined traditionally using an APPLET tag and that works
> fine in OmniWeb. However, that usage is deprecated in favor of OBJECT.
> I tried to replace
> <APPLET archive="MyApplet.jar" code="MyApplet" width=300 height=150>
> </APPLET>
> with
> <OBJECT codetype="application/java-archive" archive="MyApplet.jar"
> classid="java:MyApplet.class" width="300" height="150">.</OBJECT>
> This works in Mozilla, but not in OmniWeb (the log says "No
> content-type specified for plugin at <(null)>").
>
More information about the OmniWeb-l
mailing list