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!
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!
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.
Alright, I think this answers my question here: