I have a div that contains several child elements, one of which is a flash movie.
When rolling over this div, I want it to change style to indicate it is rolled over. My problem is that the mouseover and mouseout javascript events don't always trigger, especially if the user moves the mouse over the flash element too quickly.
Any suggestions for how I can ensure that a mouseover event always get triggered.
I can't add an event to the flash movie itself because it is proprietary code that I don't have the source for.
Also I can't cover the flash movie in a div/image because I need rollover and click events to occur within the flash itself.