I saw a ActiveX plugin for FireFox here
I’m trying to use a Bematech printer in FireFox, using this following <OBJECT> tag, that works fine in Internet Explorer
<object id="BemaPrinter1" height="14" width="14" classid="clsid:310DBDAC-85FF-4008-82A8-E22A09F9460B" VIEWASTEXT></OBJECT>
In FireFox don’t print and don’t show any message.
Can someone help me ?
That plugin has some documentation, feel free to read it. Indeed, on the very first page it says (under Security):
The first condition means that you need a
TYPE="application/x-itst-activex"attribute on your<object>tag. The other two security features are optional even though I would consider them highly recommendable – they have to be enabled by changing the source code of the plugin and recompiling it. So as long as you are using the vanilla build adding the correcttypeattribute should be sufficient.