有没有办法通过使用插件在 Firefox 中运行 ActiveX 组件?

发布于 2024-07-09 06:14:18 字数 79 浏览 11 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

御弟哥哥 2024-07-16 06:14:18

我似乎找到了解决方案:

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)."

深居我梦 2024-07-16 06:14:18

你以前可以在 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

嘿嘿嘿 2024-07-16 06:14:18

不确定这是否有帮助,但在我看来,为 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.

菊凝晚露 2024-07-16 06:14:18

我发现了另一个有效的 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

一桥轻雨一伞开 2024-07-16 06:14:18

您还可以使用 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 =]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文