Scroll to navigation

swfdump(1) swftools swfdump(1)

NAME

swfdump - Display an SWF file's content.

Synopsis

swfdump [-atpdu] file.swf

DESCRIPTION

A tool for displaying information about flash files

swfdump shows ids, names and depths of objects defined in the SWF file. It can furthermore also disassemble Actionscript, extract texts, and display placement information about objects.

OPTIONS


Print short help message and exit

Show everything. Same as -atp

Print version info and exit

Print out html code for embedding the file

Print out xhtml code for embedding the file

Disassemble action tags

Show text fields (like swfstrings).

Show shape coordinates/styles

Show font information

Show placement information

Show button information

Print tag's bounding boxes

Print out the horizontal dimension of the movie, in a string of the form "-X width"

Print out the vertical dimension of the movie, in a string of the form "-Y height"

Print out the frame rate of the movie, in a string of the form "-r rate".

Print out the number of frames in the movie, in a string of the form "-f frames"

Print hex output of tag data, too.

Show referred IDs for each Tag.

AUTHOR

Matthias Kramm <kramm@quiss.org>

April 2012 swfdump