Hi everybody, I have an existing ASP.NET page and I need to build some hovering flex windows over existing HTML. I found this page http://www.morearty.com/blog/2006/10/02/transparent-flex-apps-with-html-showing-through/ which explains how to do this (the same way as it was done in Flash) but with one problem: there is no way (apparently) of interacting with the HTML below the flash object.
You can guess where I'm going with this....is there a way of interacting with the HTML objects below the flash object? (I currently have a combo box and a button, in HTML, but they don't work). Thank you

