Game Development Community

Embed A Web Browser

by Dave DAmico · in General Discussion · 05/27/2008 (11:12 am) · 2 replies

Is it possible to embed a fully functional web browser using TorqueX? I would need it to display any content that could be shown of a web page (e.g. Flash movies, activeX controls, HTML forms, etc.). Also I need the end users to be able to fill out forms, click buttons, and start/stop movies. I know it seems a little weird... but it is something I need to have.

#1
05/27/2008 (11:28 am)
I haven't seen anything for XNA to do this. Not that it hasn't been done...but I haven't seen it.
#2
05/27/2008 (5:21 pm)
Possibly a RSS feed? Otherwise, you may have to hard code some C# code for browsing in the engine.