Is there a way to run ActiveX components in Firefox through the use of a plugin?

不羁岁月 提交于 2019-12-09 12:11:42

问题


I have an ActiveX plugin that we need (if possible) to run in Firefox. Is there a plugin (or other way) for Firefox that will allow this?


回答1:


I seem to have found a solution:

http://code.google.com/p/ff-activex-host/

"This Firefox plugin makes it possible to use ActiveX controls in Firefox. It is based on the Gecko NPAPI and provides full access to the hosted control (events, functions, properties)."




回答2:


You used to be able to in Firefox 1.5 but not any longer I believe, the plugin doesnt seem to be supported anymore.

More info here




回答3:


Not sure if this is helpful or not, but writing an NPAPI plugin for Firefox is fairly straightforward IMO - easier than writing an ActiveX control, so you might find it worthwhile to write one, especially as it should work in all the other browsers "for free".

This is a great example of a simple NPAPI plugin.




回答4:


I found an other ActiveX plug-in that works. It is called neptune. See for more info http://www.meadroid.com/neptune/index.htm




回答5:


You could also use firebreath, which allows you to easily create a plugin that will work on both firefox and IE; it's easy to create new methods and properties to be exposed to javascript, but you only do it in one place and it works on both browsers.

http://firebreath.googlecode.com

Yeah, I'm one of the project maintainers, so I'm biased =]



来源:https://stackoverflow.com/questions/326125/is-there-a-way-to-run-activex-components-in-firefox-through-the-use-of-a-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!