Firstly, please download and unpack the application package into your computer disk. In this case, the application is stored in "E:\swf2img_cmd".
Secondly, open a MS-DOS command prompt window in your Microsoft Windows System. You can follow these steps to open a MS-DOS command prompt window, [start] [Run] input "cmd" press [OK]. For easy use, you can set the default current directory to the one, "E:\swf2img_cmd", where the application is saved, and copy your source flash files into the directory.
Thirdly, use commands to run the application. A simple command line for converting frames of a SWF to PNG images.
>swf2img.exe -in a.swf -out b.png .
|
The command line calls "swf2img.exe" and converts frames of "a.swf" to PNG images. The converted images are saved with the name specified by option "-out", followed with increasing continuous numbers and target extension. In this guide example, the SWF file has seven frames which are converted to sever PNG images saved with names "10001.png, 10002.png… 10007.png". The following figure is a snapshot of the MS-DOS command prompt window. |