Basic Live Connect support for java

Koos Vriezen koos.vriezen at xs4all.nl
Wed May 1 22:53:20 BST 2002


> > On Fri, 26 Apr 2002, Koos Vriezen wrote:
> > > I still think setting up a khtml_plugin interface should be done first.

I just discovered, stupid me, kparts plugins are already supported:

<HTML><BODY>
<H2>text/html</H2>
<EMBED src="http://slashdot.org" name="html" width=500 height=300
type="text/html"></EMBED>
<H2>inode/directory</H2>
<EMBED src="file:/home/koos" name="inode" width=400 height=300
type="inode/directory"></EMBED>
<H2>audio/x-wav</H2>
<EMBED src="file:/usr/local/kde3/share/sounds/KDE_Startup.wav"
name="audio" width=250 height=100 type="audio/x-wav"></EMBED>
</BODY></HTML>

renders a nice html page with three kparts applets.
Pitty, that kghostview doesn't work.

Hmm, I must reconsider this LiveConnect thing.

Koos





More information about the kfm-devel mailing list