07/01/2010 4:44 PM
post58306
|
There is a very simple graphical sample plugin in the source code at:
webkit/trunk/WebCore/plugins/Gf/sample-plugin/
Also see the header "npapi.h", and the WebKit-side plugin code one level
up from the sample-plugin directory. In general the NPAPI is not browser
or OS specific except when it comes to graphics & window management,
i.e. the surface structure passed be WebKit for the plugin to render
into, or the management of the plugin's window if it renders into its
own window.
Another example of an NPAPI plugin is the JNEXT plugin at
http://jnext.org, which has been ported to QNX and is in the repository
under 3rdparty/trunk/jnext-1.0.8.3/. This plugin is non-graphical
therefore is more portable across browsers and OS's.
Regards,
Max
-----Original Message-----
From: Andreas Lichtenberger [mailto:community-noreply@qnx.com]
Sent: Wednesday, June 30, 2010 7:09 AM
To: general-web_browsers
Subject: NPAPI
I am totally new to QNX development and i need to port a NPAPI browser
plugin to QNX.
I need some starting help. Any howtos, examples, anything?
_______________________________________________
General
http://community.qnx.com/sf/go/post58169
|
|
|