Page 1 of 1

MouseEnter and MouseExit...

Posted: Thu May 17, 2007 8:32 am
by picklefrog
Hi there...

I have an app that needs to know when the mouse enters the FlashPlayerControl's bounds on a form, and also needs to know when the mouse cursor leaves those bounds.

All other Windows Forms controls have a MouseEnter and a MouseLeave event that fire when the mouse moves within their region and when it leaves that region respectively. However, this doesn't work with the version of FlashPlayerControl I'm using.

It's quite an old version: 1.0.2512.27117

Is this an issue you are aware of and/or have resolved in the latest version?

If not, I rather urgently need a solution to achieve this....

Thanks and regards,

Dave.

Posted: Fri May 18, 2007 10:27 am
by Softanics
Thank you for your question.

Excuse me for the delaying with the answer.

In the latest version you can set property TransparentMode = true. These events will work fine. Unfortunaly, when TransparentMode = false, the events will not work. We will fix it soon.

Posted: Fri May 18, 2007 3:13 pm
by picklefrog
Thanks Artem... you really have been excellent supporting this product... keep up the good work!