From kfm-devel Mon Feb 11 23:26:34 2008 From: "koos vriezen" Date: Mon, 11 Feb 2008 23:26:34 +0000 To: kfm-devel Subject: Re: Flashplayer Message-Id: X-MARC-Message: https://marc.info/?l=kfm-devel&m=120277244316350 2007/10/18, koos vriezen : > 2007/10/18, koos vriezen : > > It also supports calls from javascript to the plugin, as long as they > > don't require a return value. > > Oops, I forgot to start implementing this :-). Anyhow, like the > nsplugin, the other way around works. Btw. I've got javascript -> netscape plugins working yesterday. Was actually a small step (for man), but it's first time we're able to call functions on a flash plugin. Implementation is pretty minimal right now, eg. plugin.GotoFrame(x) works but nothing of a kind that returns plugins objects (should be not too hard though). > > Koos >