[Mono-dev] Gecko-sharp and Flash
Zac Bowling
zac at zacbowling.com
Sun May 7 18:58:57 EDT 2006
You have to set the CompPath property on the WebControl object to a
mozilla/firefox directory that has a plugins folder get it to work.
Its a static so just say
WebControl.CompPath = "/usr/lib/mozilla-firefox";
And yes, I know it sucks it doesn't do that for you automatically.
Zac
On Sun, 2006-05-07 at 10:45 -0400, Miguel de Icaza wrote:
> Hello,
>
> > The browser is working good but no mozilla plugin is available.
> >
> > Is it possible to have the plugin when using Gecko-sharp ?
> >
> > I have see now way to specify my plugin directory to the WebControl.
> >
> > If someone has a solution.
>
> Just yesterday someone posted the solution, you need to set a variable,
> MOZILLA_PLUGINS or something like that, scan the list for the answer
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
More information about the Mono-devel-list
mailing list