Hi !
I wrote a firefox plugin using C++ and used the <EMBED>
to load it to html.
In javascript I got the embedded plugin by using document.getElementByID, but when I tried to call a plugin function, the function was undefined. Moreover, plugins constructors did not run while loading the page.
The same html file and plugin seems to work on some computers, while it doesnt work on others.
Does anyone have an idea what might by wrong? How can I debug such an issue?