Zooming/scaling in hosted Flash Player control Hello, I am trying to replicate Flash content zooming/scaling behavior in my app as seen in Internet Explorer. Googled all day to no avail. Flash content contains some "constantly displayed" elements (think of it as game's HUD). IE, when we set its zoom to, say, 75% scales down these elements, like using ActiveX control directly on HiDPI display. Player's frame size stays unchanged. Movie is embedded with "scale=noscale", which should produce desired behavior as per doc. Calling Zoom on hosted ActiveX indeed scales down the content but HUD is scaled as well and does not retain its position, which is not desired. I also tried to host Flash Player inside MS WebBrowser control (IE engine) and calling ExecWB with OLECMDID_OPTICAL_ZOOM with no success. Everything else on the page zooms correctly, but Flash renders its contents 1:1. To be more funny, I ran the same movie, using the same HTML in IE and it gave desired behavior. So either I am doing something wrong or WebBrowser control d