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\-t\fR, \fB\-\-text\fR
29 \fB\-X\fR, \fB\-\-width\fR
30 Print out the horizontal dimension of the movie, in a string of the form "-X width"
32 \fB\-Y\fR, \fB\-\-height\fR
33 Print out the vertical dimension of the movie, in a string of the form "-Y height"
35 \fB\-r\fR, \fB\-\-rate\fR
36 Print out the frame rate of the movie, in a string of the form "-r rate"
38 \fB\-d\fR, \fB\-\-hex\fR
39 Print hex output of tag data, too.
41 \fR\-u\fR, \fB\-\-used\fR
42 Show referred IDs for each Tag.
46 Matthias Kramm <kramm@quiss.org>