Re: Converting a webkit plugin to NPAPI?
taxilian <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <3ad15d28-eac7-4a89-b32f-50194124e72f@glegroupsg2000goo.googlegroups.com> |
You may also want to look into FireBreath (http://www.firebreath.org), which abstracts a lot of the painful bits of NPAPI for you and has workarounds for a lot of known issues on different browsers. As Stuart mentions that still doesn't get you around the challenges of drawing, which will not be as cut and dried as your WebKit plugin was, but it does simplify the learning curve immensely. Take a look at http://www.firebreath.org/display/documentation/Event+models+and+drawing+models for more information on what Stuart was talking about as it applies to FireBreath (as well as a link to a blog post Stuart wrote about drawing models on Mac)