I would like to use the Mozilla Active X control inside my application in lieu of the MS web browser control. The major issue I have is how to bundle the HTML/images inside my application. With the MS web browser control, I could include the HTML/images as resources and use the res: protocol. I don't see that this is possible with the Mozilla Active X control.
The only option that I can see is to create a very simple and tiny HTTP server and run it inside my application to serve up the HTML, images, css, etc. I might be able to grab pieces from thttpd or some other tiny server. I'd be greatful for any thoughts or suggestions. Thanks _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
