Re: Bundling HTML/images inside hosting application

2006-05-01 Thread Callum Prentice
You could try creating your content and strings and passing it as a URL like this: data:text/html,hello world or data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%2250%25%22%20cy%3D%2250%25%22%20r%3D%2240%25%22%20fill%3D%22red%22%2F%3E%3C%2Fsvg%

Bundling HTML/images inside hosting application

2006-04-28 Thread nvleer
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