lynx notes:

default

lynx -source http://whateverUrl/flashFile.swf | strings | less
dissect strings in a swf file

lynx -source http://whateverUrl/flashFile.swf | strings | grep html
show html links in a flash file

default