I'm currently working on a flash project, which will use multiple scroll areas. I'm trying to find out how to create a scroll area like I see on stackoverflow, and make it function similarly. Whenever someone posts their lines of code to stackoverflow, the scroll area scrollbar looks exactly like the scrollbar in the web browser, and is able to be scrolled with the mousewheel smoothly, without affecting the webpage scrolling.
Example: disable mouse wheel scrolling while cursor over flex app?
Could anyone please explain to me how I can do this in my flash project? Thanks!!