Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to open a .swf to view contents

Tags:

flash

I want to get some images from a flash webpage and I got the .swf files. Is there a way to open the .swf and grab the contents of that file. I am not asking how to play the file or view the file. I actually want to open up the file and view its contents, if possible. I don't know anything about flash and tried searching already. It probably isn't possible since i didn't find any answers via search, but I wanted to try here first.

like image 469
chasethesunnn Avatar asked Apr 09 '12 07:04

chasethesunnn


Video Answer


1 Answers

Yes, it's perfectly possible, SWF is basically a zipped wrapper of assets and bytecode. Try one of these tools: http://www.swftools.org/

like image 124
Not_a_Golfer Avatar answered Oct 16 '22 19:10

Not_a_Golfer