Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extracting an image from a running Flash SWF file?

Is there a way to extract an raw image file from a SWF file that is already running in a browser?

I have had limited success by installing FlashFirebug (Firefox 14.0.1) and then doing the following:

  1. use "Inspector" to select the Bitmap a tree hierarchy of objects
  2. click on all extraneous objects and drag'n'drop them out of view
  3. take a screen shot

Does anyone know a proper way to export the original image file?

like image 475
Andrew MacLeod Avatar asked Aug 14 '12 16:08

Andrew MacLeod


People also ask

How do I turn a SWF file into a picture?

Open the Animate document to export, or select the frame or image to export in the current document. Select File > Export > Export Movie or File > Export > Export Image. Enter a name for the output file. Select the file format and click Save.


1 Answers

First, save the swf file (you can find the url in your network tab). There are a few flash decompilers, for example http://www.sothink.com/product/flashdecompiler/

You can download a free trial

like image 85
Shlomi Schwartz Avatar answered Sep 20 '22 19:09

Shlomi Schwartz