
21 Jun
2007
21 Jun
'07
1:05 p.m.
Ideally you would want to know the path of the image itself, as the gallery application loads the relevant image which is either hard-coded or more likely the app is simply displaying all the images in a given directory.
Quite likely the flash application is fetching the images via http anyhow.. so use ethereal to catch all the requests going to that webserver, dig through the packet dump and grep/sed the url's, then fetch them with wget or similar.