Page 1 of 1

Control Flash remotely/virtually

Posted: Thu Sep 25, 2008 9:22 am
by b4zs
Hello!
I have a hidden Flash component and I copy the image of the flash to a TImage. I want the flash to interact while moving the mouse over the TImage.
I was trying to send WM_MOUSEMOVE to the WndProc while the mouse over the TImage and filtering the original messages that sent to the handler.
The animation is playing only the first 1-2 frames. I think the handler receives another messages that tells its the mouse isn't really over.
All I need to start the rollover animations, but have no success.
Thanks in advence!

Posted: Thu Sep 25, 2008 10:52 am
by Softanics
Thank you for your question.

Unfortunaly, we don't have a complete solution for this, but you can find some useful information here:
http://www.f-in-box.com/forum/viewtopic.php?t=325

Thank you.

Posted: Fri Sep 26, 2008 9:23 am
by b4zs
I hope we'll find solution for this, because it keeps hanging a big project's developing.
Thanks for the answer, but if there's a working solution, please post it here!