There is a swf file on a webserver that acts as an interface for a collection ofimages.The swf file does not have the images embedded,it gets the images elsewhere on the webserver(or on any other webserver on the internet) andserves the images per request as an swf file.I used swfdump to experiment toget any paths that could lead to discover where are the images on the webserver but I did not recognize any that could help.How can this be done?Discover the paths in cases like this(to download the imagesinstead of getting them one by one with a webbrowser).
