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

5

6

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?

Grimm answered 28/11, 2008 at 16:7 Comment(0)
G
6

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

Grimm answered 1/12, 2008 at 9:49 Comment(1)
we use it in production, it works great (full disclosure: we wrote it)Ted
R
3

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

Recognition answered 28/11, 2008 at 16:9 Comment(0)
O
2

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.

Omit answered 28/11, 2008 at 17:24 Comment(0)
D
1

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

Doubtful answered 16/1, 2009 at 21:4 Comment(0)
W
1

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 =]

Wilone answered 20/12, 2009 at 7:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.