views:

178

answers:

0

I'm trying to get some rollovers to work, but I'm running into a mouseleave problem.

Everything is working, except there is a Flash movie that is near the top of one of the rollover targets. When the mouse leaves by moving off the top of the element, the event doesn't fire because it's leaving the element directly from the Flash movie.

I can get a callback from the Flash movie, but then I would need to check if the coordinates of the mouse are no longer over the coordinates of the parent element, but I'm not able to figure out how to get the current mouse coordinates from the Flash movie callback.

Any ideas on how to get this working?