I'm new to the realm of web/plugin development and I'm not sure what I need to be researching.
What I need is to develop a C++ app/dll/control/something that will install as a browser plugin and can be embedded and ran within IE when <object>...</object>
tags call it (or any HTML tag that will embed something of the sort). Exactly how Adobe Flash executes within a given space within an IE window.
I've searched and have seen and created a basic BHO, but that doesn't seem to be the functionality I need, or maybe I haven't looked deep enough into its abilities.
Any tips or pointers?