This deals with the (diverse) flash viewers that let you zoom in on images on websites. I’m trying to extract the large, zoomed-in image rendered by the viewer. In many cases the images seem to be dynamically called by the viewer, or are created only for the part of the image you are zooming on at that point. Ideally, the approach here would be a programmatic one that could be called on an identified flash element. Expect there is nothing universal, but interested in the top few approaches that will grab most cases.

link|improve this question

feedback

2 Answers

up vote 0 down vote accepted

Use an http monitor (firebug has one). This will give you the URLs of the image tiles. Then, it's down to you to figure out the pattern in the URLs that will give you the tiles you need.

link|improve this answer
this seems to get a lot of the images, thanks. still it'll be a pain to implement, and figure out how to arrange the images sadly. – Red Collar Jul 19 '10 at 17:30
feedback

I've had success manually doing this by using the tool called URL Snooper. The program monitors network packets with the aid of WinPcap.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.