Hi. I have an application that I have been working on for quite some time. Its utilizes OpenGL and GLUT and a bunch of other 3rd party libraries. I was wondering if its possible to convert this application into an ActiveX control so that It could run inside a webpage (much like flash does)?

I have already ripped out GLUT and plugged in all the necessary windows code to create an manage the window and openGL. Does anyone know of any tutorials, resources or anywhere that I can read up on converting my win32 Application into an embedded activeX control??

Thanks in advance.