1

I want to create plugins similar to that of flash and the .pdf viewers. Could somebody point me in the right direction? What languages are required. Can I use any language? .Net?

Thanks if you can!

Freesnöw
  • 30,619
  • 30
  • 89
  • 138

2 Answers2

1

For a great deal of non-IE plugins, use NPAPI.

http://en.wikipedia.org/wiki/NPAPI

For IE, you will have to write an ActiveX version.

I believe you can use any framework or language you wish as long as you can wrap it up in NPAPI and ActiveX. Also, you might need a cross-platform library to run it on multiple operating systems.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445
  • I don't think normal plugins will work will they? How do you make the big plugins such as Flash and Pdf viewers? Are they made any way differently than normal plugins? – Freesnöw Apr 27 '11 at 17:50
  • Flash has NPAPI and ActiveX implementations. Adobe Reader is the same way, I think. – Daniel A. White Apr 27 '11 at 17:51
  • Ok, I guess that makes sense. How does flash put the objects on the page though? I know that NPAPI (at least on GC) doesn't allow you to edit the page until it has completely loaded. – Freesnöw Apr 27 '11 at 17:54
-1

Alright, I think this answers my question here:

Creating and deploying an ActiveX control in .NET

Community
  • 1
  • 1
Freesnöw
  • 30,619
  • 30
  • 89
  • 138