I am using AxWebBrowser object to render html/flash. I have added this object in a form. I have noticed a strange issue while rendering onto the form using AxWebBrowser.Navigate2. But it is not consistent and occurs intermittently (4/10).
The displayed content sometime comes as total blank i.e. white screen. At times only the edge comes as white and the rest of the rendered content is fine.
I am not able to understand the issue here. I have tried the following - Calling Navigate2 with "about:blank" and then with actual URL - Calling Navigate2 twice. - Using Navigate instead of Naviagte2.
But the issue is still there.
Any help here is appreciated.
Thanks in advance.
Dont know if you have solved this, but I had a similar issue, but in my case flash content was constantly not loaded... The reason for that was because I was building my project to run for x64 windows and as there is not 64 bit for the flash player yet, then the content is not loaded.
To solve this, change the platform target in your project properties: Project - [Project Name] Properties - Build - Target Platform: x86
Hope this helps