Hello - In the flash-db/tutorials section there are tutorials on (1) how to take a "snapshot with flash 8" (uses BitmapData), and (2) how to "open popup windows in flash with javascript" (uses getURL). I would like to combine these two areas - ie open a specific website using getURL, and then have flash create a JPG of what is on that window using BitmapData, then open another website and create a JPG of that window and so on. I am having problems because I do not know how to get flash to access the newly opened window.
As another alternative, is it possible to use "loader" to load the website within my swf and then use BitMapData to get its bitmap?
Thanks to anyone if they can provide me with information on how to do this.
...Jim