White screen and movie not loaded warning after 20.0.0.267 flash player update
After the last update of 20.0.0.267 we get an error see attached image.

After investigating it further we noticed that the LoadMovie function of axshockwaveflashobject (we are using it with Winform, visual studio 2008 dot net framework 3.5) is not loading the movie and there for the CallFunction function to the flash creates an exception.
Remarking all the CallFunction to Flash result a white screen and when right click it you get movie not loaded warning

Reverting to the previous flash player resolve this issue.
This is how we load the flash movie from winform
FileName = Application.StartupPath + @"\images\screens\white.jpg");
SWFlashContainer.LoadMovie(0, FileName);
SWFlashContainer.Play();
Please consult us if there is a way to sort this issue.
Thanks, Gil
