I am capturing a report in an ASP.Net page. I want to embed a macromedia flash object (MX 2004 is the version I have). This object allows the user to specify dots on a map. When the user is done I want them to press a button that then captures that area of the screen to a bitmap or something. Once it is a bitmap I can then save it to a database. I have no problem saving bitmaps, do it all the time. What I don't know how to do is do a screen capture using ASP.Net of a certain area of the screen. Any help is appreciated.