Hi, I have some problems with Scriptable Plugin. I previously developed a Netscape 4x plug-in using liveConnect. Now, I was trying to upgrade my plugin to work with Netscape 6.2. I follow the steps to implement scriptable instance class for my plug-in in "Mozilla/modules/plugin/samples/4x-scriptable" and put the .xpt file in the component directory. But, although Netscape 6.2 can load the plug-in when I try to invoke some of the methods, it seem not be able to find the methods i declared in the interface.
My Netscape 4.x plug-in has methods pass JSObject through one of its parameters so that I can return either an array of jstring or just jstring. Does the XPIDL has any mapping to declare it to pass a JSObject instead of string? Rgds, Jason
