[webkit-dev] Pushing data to plugin
Sriram Neelakandan
sriram.neelakandan at gmail.com
Thu Mar 19 03:49:53 PDT 2009
> myObj.HelloWorld();
>
U must register a NPAPI method Identifier with the browser using
browser->getstringidentifiers
and later implement the method in your NPP->Invoke.
Invoke's NPVariant *result is the JS return value.
Please read about all this and much more @
http://developer.mozilla.org/en/Gecko_Plugin_API_Reference
--
Sriram Neelakandan
Author - Embedded Linux System Design And Development
(http://tinyurl.com/2doosu)
More information about the webkit-dev
mailing list