English 中文(简体)
XPCOM FF 3.5+
原标题:XPCOM Plugin Support on FF 3.5+

I have got a plugin which is basically an IE equivalent ActiveX control, that supports scripting. I m using the IDL file & XPCOM Glue in my Plugin - this works fine upto FF 3.5. Apparently as I read from several places that XPCOM support for plugins is gone, but still I m able to load and embed the plugin in FF3.6 - the problem is I m not able to access the methods from JS.

现在我很想知道,究竟是完全(删除XPCOM冰川)重新做我的lu,还是按照相同的原始代码增加NPO,使之发挥作用。 任何转换的样本代码都会有所帮助,你的指导将受到高度赞赏。

最佳回答

你只是需要增加NPRuntime/NPObject的支持,使之发挥作用。

您也可借此机会将其改写成:FireBreath,因此,该法典在IE和PeFox两处同时进行,但与你一起进行。]

专用博客员额 我就此撰写了:

希望会有助于

问题回答

暂无回答




相关问题
jQuery - ScrollTo and Serial Scroll not working together

I have tested the scrollTo() plugin, but I need a way to stop the scrolling animation, so I am looking at serialScroll(). Here is what I used with scrollTo: $( #scroller ).scrollTo( 1000px , 3000); ...

jQuery deconstructors for plugins?

I m using the Galleria plugin inside an Accordion plugin to display images in a super cool way. A problem occurs, however, when I open up a new tab (in the accordion) then come back to the gallery tab....

XPCOM Security issues

I m developing a Firefox plugin using XPCOM, I ve not yet read all the docs, but as far as I can see, A plugin is simply a DLL that provides services via a XPCOM interface and interacts with the ...

Ruby on Rails plugin development process

I m considering developing aspects of a website as Rails plugins for reuse. My question is about the development process. Since each of these plugins will provide a "slice" of functionality, should ...

help mongrel wont start

I have decided to switch from Restful authentication to authlogic.. so what I did was delete every file and folder that got installed when I downloaded the plugin.. now when I try to "ruby script/...

Basic MEF workflow/usage

I m looking to a framework which will allow me to have a simple plugin system in my .NET application. It seems MEF is the framework which Microsoft is endorsing, and will become part of .NET 4 (it ...

RubyCAS-Client question: Rails

I ve installed RubyCAS-Client version 2.1.0 as a plugin within a rails app. It s working, but I d like to remove the ?ticket= in the url. Is this possible?

java plugin cache and dynamic IP host

I m trying to use Amazon S3 and Amazon Cloudfront CDN to deliver the jar files of my applet application. I m seeing several cache misses of my jars by the java plugin. This is a show-stopper for me, ...

热门标签