[Closed] Modern? Web Browser in maxscript rollout
I’ve used the dotnet webbrowser control for a number of our tools before… but now with Sphinx and RST to build the documentation websites… Sadly these use more modern web tech than the dotnet browser can support… it doesn’t resize and errors on the embedded videos.
Is there a way to have a more modern web-browser in a maxscript rollout? I’d like it to dock with an existing tool if possible…
This topic might be help
http://forums.cgsociety.org/showthread.php?t=1363544
You could place below codes on your sever sides:
<meta http-equiv=“X-UA-Compatible” content=“IE=edge,chrome=1” />
hope it could work.
Cheers momo, that actually appears to have worked, by just setting the registry key!
Hi Dave,
Can you share your code?
I tried the link above but didn’t succeed to open the browser.