I know there is a question about that, but there isn’t any good answer(for me).
I want to create a plugin like Flash.
What programming language do I need??
Are there any tutorials??
I know there is a question about that, but there isn’t any good answer(for
Share
Depends on what browser you’re targeting. For IE plugins, you want to look into ActiveX, and you’d most likely be writing in C++, VB, or C#. For Firefox plugins, you want to look into XUL and XPCOM, and you’ll probably be writing in a combination of XML, JavaScript, and (optionally) C.