embedding

How to develop an IE plugin that will execute within browser with <OBJECT> tags

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 ho...

Using C++ and scripting together

I am developing simple games as a hobby. For my new project, I want some parts to be scriptable. I am familiar with python but don't mind learning new languages. Here is the question: I am planning to implement path-finding, field-of-vision, collision detection etc. in C++ but want to use scripts for AI state machines, scripted events. ...