Stefan Frasch wrote:
Hi !

I have developed a plugin for visualization 3D models. It's based on old
styled NS plugin API. I know there is a new plugin API (in mozilla source),
but no documentation.

My question: Is it possible to displace my plugin by a XPCOM component ? A
component which has the same behavior like plugin ? How I can "embed" a
component inside my webside ? With the <object> tag ?

Or is it generally not possible to use a XPCOM component inside my webside ?
   XPCOM Plugin API is deprecated, currently promoted way to write plugins
is to use NPAPI, which is basically old plugin API with some additions
allowing to access browser services from plugins.
   Please refer to http://www.mozilla.org/projects/plugins/ for the lates
information.

av


Reply via email to