Re: sample plugin, call dll from java script
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
On 1/18/2013 5:40 AM, karthik sai wrote: > I want a plugin which has some dll files. I want to use those dll from > javascript. I am new to plugin development. > So, I want a simple sample plugin . I am using mozilla firefox 17. Are you talking about developing an NPAPI *plugin*, which is usually a single binary DLL and loaded by web content to display a MIME type like Flash? Or are you developing a browser extension, primarily written in JavaScript/XUL and sometimes contain external helper DLLs? It sounds like you're writing an extension and should ask this question in mozilla.dev.extensions. --BDS