views:

75

answers:

0

Hi,

I want to use a Flash ActiveX object in a hidden ole container window to render graphics and send the frame data to a Java App where it is displayed. So far so good.

Now I want the Flash object to react on mouse events that are happening on the Java window which is displaying the frame data.

I imagined to simply forward the relative mouse position to the ole container and Flash does the rest but when I hover over a button on the flash frame, it shortly becomes highlighted but instantly switches back to 'normal'.

The current guess is that the hidden window and the java window are competing against each other for the mouse capture.

Any ideas?