Is it feasible to write a Firefox plugin to make use of ActiveX control on Windows?

Posted by Gary B2312321321 on Stack Overflow See other posts from Stack Overflow or by Gary B2312321321
Published on 2009-10-02T22:47:16Z Indexed on 2010/03/24 23:03 UTC
Read the original article Hit count: 361

Filed under:
|
|

I use an ActiveX control called TAPIEx enabling TAPI phone system integration using MS Access 2000 (+Visual Basic). I want to turn this Access database into a web app with the clients running Firefox (all on internal network).

Since Firefox doesnt support ActiveX is it feasible for me to write a Firefox plugin that in turn utilizes the ActiveX control?

With regard to how plugins work - Would I be able to call 'functions' of the plugin from page script (eg dial call specifying phone number, check if calls in process)? Would adding these functions to the Firefox right click menu 'globally' inside Firefox be easier?

Hope you guys can help. Note I'm not a fulltime programmer; I just need to know how steep the learning curve will be or even if my idea is possible!

Ive now found a project to allow using activex controls in firefox that seems to be quite up to date at:


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

© Stack Overflow or respective owner

Related posts about firefox

Related posts about plugins