You could try to implement this in your project:
http://awesomium.com/
But this would require the affore mentioned DLLBind which will require C++ knowledge
Also, Adobe Browserlab is flash based and can somehow get browsable versions of websites loaded in so you could look to see how this works
https://browserlab.adobe.com/en-us/index.html
This code can open a page outside your game (C++) :
That's all I can think of right nowCode:ShellExecute(handle, "open", "http://www.google.com", NULL, NULL, SW_SHOWDEFAULT);



Reply With Quote






Bookmarks