I have a flex/as3 project in which I have a bitmap background, and then draw Sprites over top of that background. It creates a map and a route to locations on the map. I am implementing a print function to print that map(the flash screen) and then adding other information to the same page. The map displays with a width of 800px and a height around 480px on a computer screen.
I have looked in the PrintJob class in AS3 and found a way to print a separate bitmap or sprite but I would really just like to create a screen capture of the flash file and then save that as a png. to display separately on a new page with additional information. I know that saving the screen capture as a .png is a different problem but If I could figure out how to capture the stage in the first place the second problem would cease to be.