Can a flex app (or a portion of a flex app) be made transparent to mouse clicks?
Posted
by Sam Jones
on Stack Overflow
See other posts from Stack Overflow
or by Sam Jones
Published on 2010-03-23T15:28:14Z
Indexed on
2010/03/23
15:33 UTC
Read the original article
Hit count: 253
flex
I need to superimpose my Flex app above a plain HTML control on a web page, and be able to click through the Flex app to interact with the HTML control. Is there any way to do this? No permutation of mouseEnabled="false"
or mouseChildren="false"
seems to have the desired effect.
Context: trying to integrate Google Earth API (JavaScript/HTML) with my flex app. I am leaving a portion of the flex app transparent and empty, and positioning the Google Earth widget just below that point in the z-index. Google Earth has to be behind flex, because there are some Flex controls periodically displayed in that space.
© Stack Overflow or respective owner