I am experimenting with hosting the WebPlayer inside a WebBrowser control that is sitting on a .Net form.
I installed the Unity editor, built the sample Island Demo project, and then pointed my WebBrowser control at the .html file that was generated.
When I run the application, I get the “unity web player - install now!” image inside the WebBrowser control.
When I open the same .html file in IE8 directly, I get a security warning regarding blocked content and when I allow the content, I see the Island Demo sample running in the WebPlayer on the page.
Is there different script required to get the WebBrowser control to recognize that the WebPlayer is installed?
I am using VS2010 on Windows 7.
Thanks!