> 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)
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to