ActiveX control for hosting Netscape plugins in IE
==================================================
This folder contains an ActiveX control that allows you to host
NP API compatible plugins within Internet Explorer. It's pretty simple to
use and is a self-contained DLL called pluginhostctrl.dll. It has no runtime
or build dependencies on any other
part of the Mozilla
To build
========
1. Open pluginhostctrl.dsp
2. Build "Win32 Debug" or another target
3. Open some of the test files in IE to verify it works
The control currently reads plugins from your most current Netscape 4.x
installation. There is no support for Mozilla or NS 6.x yet.
A note to developers: If you intend to modify this control IN ANY WAY then
you MUST also change the CLSID. This is necessary to prevent your control
from registering itself over this control or vice versa.
Use a tool such as guidgen.exe or uuidgen.exe to create a new CLSID.
Manual installation
===================
Assuming you have the precompiled DLL and wish to install it on a machine,
you must register it:
regsvr32 pluginhostctrl.dll
You must have administrator privileges to install a new control on
operating systems such as Windows NT, 2000 & XP.
Usage
=====
Insert some HTML like this into your content:
The CLSID attribute tells IE to create an instance of the plugin hosting
control, the width and height specify the dimensions in pixels.
The following