I have a list of URL's, and I'd like to get screen captures of them for an archive. I basically want to loop through each one, loading it in an <mx:HTML> component, and when the javascript is finished loading, save a snapshot, and then move to the next one.
Two questions: What event should I be listening for that indicates loading the URL, including the javascript and css? Once I'm looking at my web page in my <mx:HTML> component, how do I export that to an image, so I can save it? I'm guessing there's a way to save a component view to BitmapData, but not sure what that is. Thanks! Tac