I created project using the steps "Compiling The npruntime Sample
Plugin in Visual Studio" in VS2005. I coped generated plug-in into
myroot\Program Files\Mozilla Firefox\plugins folder.
Then I checked test.html page provided with NPRUNTIME sample. (Firefox
<ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/3.0.1/source/firefox
-3.0.1-source.tar.bz2> 3.0.1 version is found here) .
In this html page there are two plug-ins are embed
1]"<embed id="embed1" type="application/mozilla-npruntime-scriptable-plugin"
width=600 height=40>"
2]"<embed type="application/x-java-mozilla-npruntime-scriptable-plugin"
style="display: block; width: 50%; height: 100px;">"
Source code available only for first code. Hence, I get instance of first
plug-in and second plug-in not installed.
I got result from "alert(embed1.bar)" this button as alert("foo").
But in plug-in window I didn't seen anything or I didn't got any UI.
I want the result of this html page (How it invokes the plug-in function and
what will be the output after plug-in installed and opened test html page)
Thanks & Regards
Varsha
Is there any one who has used this example successfully.
Thanx in advance-
Sandeep