How to write a C++ FireFox 3 plugin (not extension) on Windows? -
could write-up step step guide developing c++ based plugin firefox on windows?
the links , examples on http://www.mozilla.org/projects/plugins/ old , inaccurate - "new" link added page in 2004.
the example anything, thinking plugin lets javascript set name , displays "hello {name}". show 2-way communication, have property returns full salutation.
though not important, nice if plugin work in chrome too.
see http://developer.mozilla.org/en/plugins . , yes, npapi plugins should work in google chrome well.
[edit 2015: chrome removes support npapi http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html ]
Comments
Post a Comment