Hi All,
I'm using the Macromedia Flash Control in order to play a movie in a hidden
window (MFC program). I then render the window in opengl. However, the control
does not seem to respond correctly to the messages I send it. The MOUSEMOVE
works intermittently and the buttondown and buttonup respond only after I click
the same point several times.
Does anyone have an idea which windows messages (events) the Flash control
needs to consume in order to make this work? I tried WM_NCHITTEST, WM_SETCURSOR
and WM_MOUSEMOVE in several different combinations but this does not seem to
have an effect.
Thanks!
Travis - 01 Jul 2008 11:54 GMT
> I'm using the Macromedia Flash Control in order to play a movie in a hidden
> window (MFC program).... I then render the window in opengl. However, the control
> does not seem to respond correctly to the messages I send it.
How does one use the mouse on a hidden window?