I’m programming a Flash-based site designed by the client. The trouble is the SWF dimensions are small within the HTML page, and the thumbs show the larger images on roll over. The large images are meant to disappear on mouseout, but it’s easy to move the cursor too quickly for the mouseout to be recognized – so the image gets stuck on screen.
Is there a reliable way to recognize a mouseout event, even when the cursor leaves the button/stage?