Flash Player Rendering stalled in IE 11 and flash player 15.0.0.189
Hello Techies,
We are developing an web based enterprise level flash application using Adobe Flash Builder.
The application runs perfectly on almost all browsers except that we face the following problem:
Operating System - Windows 8
Browser - IE 11.0.9600.17728
Flash Player - 15.0.0.189
Here we receive the event calls for preinitialize and initialize but the call for onComplete never happens.
Even when I place alerts on all the 3 functions called by the event, none of them shows up though I can see the api calls which are defined in initialize but no call on onComplete call up.
After much debugging we can to the point that on IE 11 at a browser zoom level 150%, the application gets stalled though the same application runs on 100% zoom level IE browser and all other browsers as well.
Our anticipation is that the flash player does not render properly on IE11, windows 8 at zoom level 150% and hence the onComplete does not get called. The Alert.show also does not show up may be due to the same reason.
It would be great if anyone can share their similar experiences and also any probable solutions for the same.
Thanks.
Deepanjan Das