One of our newer products is a walk-on video system, in which a character appears in an absolutely positioned DIV and gives a little presentation. We're using Flash 9, AS3. Unfortunately, in order to make him appear in front of the website content, we need to set his Z-index to a value higher than the page content.
On some websites and browser sizes, he blocks parts of the site interface. This makes some websites essentially unusable if we have the walkon videos in there. Is there a way to pass mouseover and click events captured by the Flash movie to the containing page so the navigation underneath is still accessible?
I'm considering writing a huge ugly Javascript module that will iterate through all page elements and call their onClick if they are under the mouse position within the Flash movie... but such a method will be inconsistent and really kludgy. Help!