I've scoured the net for an answer to this but haven't found anything definitive yet - apologies if I overlooked an answer in the archives. When using the mouse wheel to scroll through a list in a Flex app, both the list AND the web page in which the Flex app is embedded scroll. I found that by adding the wmode="transparent" attribute to the <embed> tag in the HTML you can basically disable the mouse wheel scroll within the Flex app, but I need the opposite - scrolling within the Flex app but not scrolling the surrounding web page. Is this possible and does anyone have an example?
Many thanks, Jon

