Link to home
Start Free TrialLog in
Avatar of Cool-Guy
Cool-Guy

asked on

Plugin loaded but not getting initialized.

Hi, I have developed a plugin using NPAPI methods. I copied all the necessary DLLs to plugins folder. I am able to successfully load the plugin. When I enter about:plugins, my plugin gets listed. But when I try to open the file for which I developed the plugin, NP_Initialize is not getting called. If you are aware of possible causes / solutions, please post it.
Avatar of romanm
romanm

how exactly are you loading the file?
Avatar of Cool-Guy

ASKER

i have created a html with embed tag using which I try to open the file. If I just run the sample NPAPI plugin available at mozilla, it calls the initialize method without any problems When I integrated that NPAPI with some of my implementations, it doesn't even enter the initialize method. But the plugin seems to load perfectlly.
ASKER CERTIFIED SOLUTION
Avatar of Cool-Guy
Cool-Guy

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial