I think you can try with wget option -A.swf , man wget :
(-A acclist / -R rejlist --accept=acclist / --reject=rejlist
Comma-separated list of extensions to accept/reject. For example, if you wish to download only GIFs and JPEGs, you will use -A gif,jpg,jpeg. If you wish to download everything except cumbersome MPEGs and .AU files, you will use -R mpg,mpeg,au.)
or
go to source, then search for "swf" string and when you find a line starting with "http" and ending with ".swf" try to download it
|