1 .TH swfdump "1" "October 2001" "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\-V\fR, \fB\-\-version\fR
18 Print version info and exit
20 \fB\-e\fR, \fB\-\-html\fR
21 Print out html code for embedding the file
23 \fB\-a\fR, \fB\-\-action\fR
24 Disassemble action tags
26 \fB\-X\fR, \fB\-\-width\fR
27 Print out horizontal dimensions of the movie, in a string of the form "-X width"
29 \fB\-Y\fR, \fB\-\-height\fR
30 Print out vertical dimensions of the movie, in a string of the form "-Y height"
34 Matthias Kramm <kramm@quiss.org>