man page for swfextract.
[swftools.git] / src / swfextract.1
1 .TH swfextract "1" "October 2001" "swfdump" "swftools"
2 .SH NAME
3 swfextract - a tool for extracting data out of swf files.
4 .SH Synopsis
5 .B swfdump
6 [\fIoptions\fR] [\fIfile.swf\fR]
7 .SH DESCRIPTION
8 swfextracts allows to extract swf movieclips and objects out of swf files.
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\-i\fR, \fB\-\-id\fR \fIid\fR
21 Set the ID of the object to extract to \fIid\fR.
22 .TP
23 \fB\-n\fR, \fB\-\-name\fR \fIname\fR
24 Set the name of the object to extract to \fIname\fR.
25
26 .SH AUTHOR
27
28 Matthias Kramm <kramm@quiss.org>
29