Thanks,
~Ravi
http://developer.mozilla.org/en/docs/NPAPI
Nickolay
Nickolay
Nickolay
<object id="player" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject" width="300" height="60">
I'm a newbie, what does "NPAPI plugin" means?
cpp files compiled to dll and make idl/xpt for it?
I'm not sure. Any examples?
On 10/8/07, Nickolay Ponomarev <asqu...@gmail.com> wrote:
>
> On 10/8/07, Ravi Singh <rcsi...@gmail.com> wrote:
> You can write a binary NPAPI plugin, like Flash and use it (via
> <object>) in a XUL window.
>
> http://developer.mozilla.org/en/docs/NPAPI
>
> Nickolay
> _______________________________________________
> dev-tech-xul mailing list
> dev-te...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-tech-xul
>
--
>: ~
> I'm a newbie, what does "NPAPI plugin" means?
> cpp files compiled to dll and make idl/xpt for it?
> I'm not sure. Any examples?
>
See the link I posted. No IDL/XPT, since this is a cross-browser API
and XPCOM is moz-specific.
Nickolay
>
> On 10/8/07, Nickolay Ponomarev <asqu...@gmail.com> wrote:
> >
> > On 10/8/07, Ravi Singh <rcsi...@gmail.com> wrote:
You can otherwise use the VLC Mozilla plugin (www.videolan.org). The
API is easy to use to show the webcam stream into a XUL page.
--
Max