You're trying to use an XPCOM-Plugin API method that has been
deprecated. Go back to the way Nav 4.x registered mime types with
plugins (dll res info) and it should work.

We've changed NPP_GetValue so that you can return your XPCOM scripting
interface (nsIClassInfo). Check out the docs here:
http://www.mozilla.org/projects/plugins/
...and if you are really lost, check out the Windows sample:
http://www.mozilla.org/projects/plugins/GeckoPluginSDK-samplesWin32.zip

-peterl

[EMAIL PROTECTED] (William Buch) wrote in message news:<[EMAIL PROTECTED]>...
> All,
>    I have been trying to ge the simple plugin in working.  NOTHING! 
> Mozilla 1.4.1 source code was compiled and installed.  The simple
> plugin fails upon registration of the plugin itself via
> pm->RegisterPlugin implemented via nsPluginHostImpl.cpp which returns
> NS_NOT_IMPLEMENTED.
> 
>    I have tried everything, moving the files around and the xpt files,
> still nothing.  Does this techology even work?  You must forgive me. 
> I have a tight deadline and a long way to go.  I need a scriptable
> plugin to interact with JavaScript that works.  I am running RedHat
> 8.0.  I have even tried loading the plugin into netscape 7.1, still
> nothing.  Can someone PLEASE HELP me?
> 
> Thanks in advance,
> William Buch
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to