Brought up to date
[swftools.git] / src / swfdump.1
1 .TH swfdump "1" "October 2001" "swfdump" "swftools"
2 .SH NAME
3 swfdump - a tool for displaying information about flash files
4 .SH Synopsis
5 .B swfdump
6 [\fIoptions\fR] [\fIfile.swf\fR]
7 .SH DESCRIPTION
8 swfdump shows ids, names and depths of objects defined in the SWF file.
9 .PP
10 SWF files are animation files which can be displayed in Web Browsers using
11 the Flash Plugin.
12 .SH OPTIONS
13 .TP
14 \fB\-h\fR, \fB\-\-help\fR
15 Print short help message and exit
16 .TP
17 \fB\-V\fR, \fB\-\-version\fR
18 Print version info and exit
19 .TP
20 \fB\-e\fR, \fB\-\-html\fR
21 Print out html code for embedding the file
22 .TP
23 \fB\-a\fR, \fB\-\-action\fR
24 Disassemble action tags
25 .TP
26 \fB\-X\fR, \fB\-\-width\fR
27 Print out the horizontal dimension of the movie, in a string of the form "-X width"
28 .TP
29 \fB\-Y\fR, \fB\-\-height\fR
30 Print out the vertical dimension of the movie, in a string of the form "-Y height"
31 .TP
32 \fB\-r\fR, \fB\-\-rate\fR
33 Print out the frame rate of the movie, in a string of the form "-r rate"
34
35 .SH AUTHOR
36
37 Matthias Kramm <kramm@quiss.org>
38