有没有办法通过使用插件在 Firefox 中运行 ActiveX 组件?
我有一个 ActiveX 插件,我们需要(如果可能的话)在 Firefox 中运行。 Firefox 是否有插件(或其他方式)可以实现此目的?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
我似乎找到了解决方案:
http://code.google.com/p /ff-activex-host/
“这个 Firefox 插件使得在 Firefox 中使用 ActiveX 控件成为可能。它基于 Gecko NPAPI,并提供对托管控件(事件、函数、属性)的完全访问。”
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)."
你以前可以在 Firefox 1.5 中使用,但我相信现在不行了,插件< /a> 似乎不再受支持。
更多信息请点击此处
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
不确定这是否有帮助,但在我看来,为 Firefox 编写 NPAPI 插件相当简单 - 比编写 ActiveX 控件更容易,因此您可能会发现编写一个插件是值得的,特别是因为它应该在所有其他浏览器中工作“自由的”。
这是一个简单 NPAPI 插件的绝佳示例。
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.
我发现了另一个有效的 ActiveX 插件。
它被称为海王星。
了解更多信息http://www.meadroid.com/neptune/index.htm
I found an other ActiveX plug-in that works.
It is called neptune.
See for more info http://www.meadroid.com/neptune/index.htm
您还可以使用 firebreath,它可以让您轻松创建可在 Firefox 和 IE 上运行的插件; 创建要暴露给 JavaScript 的新方法和属性很容易,但您只需在一处执行此操作,并且它适用于两种浏览器。
http://firebreath.googlecode.com
是的,我是项目维护者之一,所以我有偏见=]
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 =]