1 .TH swfdump "1" "January 2003" "swfdump" "swftools"
3 swfdump - a tool for displaying information about flash files
6 [\fIoptions\fR] [\fIfile.swf\fR]
8 swfdump shows ids, names and depths of objects defined in the SWF file.
10 SWF files are animation files which can be displayed in Web Browsers using
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
17 \fB\-D\fR, \fB\-\-full\fR
18 Show everything. Same as -atp
20 \fB\-V\fR, \fB\-\-version\fR
21 Print version info and exit
23 \fB\-e\fR, \fB\-\-html\fR
24 Print out html code for embedding the file
26 \fB\-a\fR, \fB\-\-action\fR
27 Disassemble action tags
29 \fB\-t\fR, \fB\-\-text\fR
32 \fB\-p\fR, \fB\-\-placements\fR
33 Show placement information
35 \fB\-X\fR, \fB\-\-width\fR
36 Print out the horizontal dimension of the movie, in a string of the form "-X width"
38 \fB\-Y\fR, \fB\-\-height\fR
39 Print out the vertical dimension of the movie, in a string of the form "-Y height"
41 \fB\-r\fR, \fB\-\-rate\fR
42 Print out the frame rate of the movie, in a string of the form "-r rate"
44 \fB\-f\fR, \fB\-\-frames\fR
45 Print out the number of frames in the movie, in a string of the form "-f frames"
47 \fB\-d\fR, \fB\-\-hex\fR
48 Print hex output of tag data, too.
50 \fB\-u\fR, \fB\-\-used\fR
51 Show referred IDs for each Tag.
55 Matthias Kramm <kramm@quiss.org>