Here is the bugbase ticked: Bug#3915039 - [Windows] setting StageWebView instance to null after StageWebView.stage=null cause crash
When you set stage property of StageWebView instance to null (stageWebView.stage = null;) and then set StageWebView instance to null (stageWebView = null;) it cause application crash with MSHTML.dll Application Error.
Sometimes if you test if with ADL if works fine. But if you try to debug it with Flash IDE or Flash Builder it crashes. Also it cause big problems for our high load applications with many StageWebView instances (only 1 displaying in one moment).
I think it could be Garbage Collection problem or something like that.
It crashes only when you use StageWebView native browser:
new StageWebView(true);
I'd like to ask everyone affected by this issue to take a minute and vote for the following bug.
Thanks.