6

Is there any way to make an NPAPI plugin work in Internet explorer or do I need to go the activex way ?

thanks

G-Man
  • 7,232
  • 18
  • 72
  • 100

1 Answers1

11

No. The IE team dropped support for Netscape-style plug-ins in IE 5.5 SP2, IE 6.0, and later in MS03-015 for IE 5.01.

You can use special ActiveX control for IE, which will load NPAPI-plugin, or you can use FireBreath.

Yuhong Bao
  • 3,891
  • 1
  • 19
  • 20
AlexLocust
  • 380
  • 4
  • 11