Greeting to all,

our application has following schema:
FF extension (which handle events, in JV) + via XPConnect + plug-in (has all needed logic in methods, in C++)

the main problem - we need our plug-in dll to be always loaded for calling needed methods from there from Extension.

We solved this problem via dynamically adding tag EMBED with MIME of our plug-in into completely loaded web-page. But sucj method has some disadvantages: plug-in is doesn't always manage to load IN TIME - called methods from Extension just don't work. And also -- when user navigates to another pages plug-in dllunloads from RAM and then loads again -- that takes odd and additional resources.

so, the QUESTION: is it possible my means of XPCOM to load needed plug-in DLL when FF starts from Extension ??? To have it loaded all the time and call needed methods and to unload it when FF shut downs.

P.S. thnx for attention...

With Best Regards,
Anatoly Kaverin, http://www.vengine.com
C O M O D O group
[EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]


_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to