- Point to a directory of swf files and it grabs thumbs of all of them and creates a csv of the filenames
Do you mean to say you have found a way to automate the making of thumbnails?
Yes - Using a series of tools, such as IrfanView and the AutoIt automation scripting language along with a standalone flash player.
Basically, you point the script to a directory where your swf files are, it then loops through each .swf file, opens it up in the flash player, waits 8 seconds (or so for credits to go by, etc), Irfan grabs a screenshot and opens itself, then the script prefils the save location and name using the current filename it's working on, closes Irfan and the Flash player and on to the next file it goes. When it's done the loop, it calls Irfan one last time to do a batch conversion to shrink all the screens to a better size (this can be done earlier, but the batch at the end was simply easier).
So, in the end you point the script to the directory and run it and out comes a bunch of uploadable screenshots, and a file for importing into my Excel SQL Insert template.
There's probably a program that does it all in one, but a few hours of coding and it works well enough on my two machines anyway, and I was really getting tired of all that manual screenshot stuff

.
-Matt