added -F flag
[swftools.git] / src / swfdump.doc
1 Usage: %s [-atpdu] file.swf
2
3 Display an SWF file's content.
4
5 A tool for displaying information about flash files
6 .PP
7 swfdump shows ids, names and depths of objects defined in the SWF file.
8 It can furthermore also disassemble Actionscript, extract texts, and
9 display placement information about objects.
10
11 -h, --help
12     Print short help message and exit
13 -D, --full
14     Show everything. Same as -atp
15 -V, --version
16     Print version info and exit
17 -e, --html
18     Print out html code for embedding the file
19 -E, --xhtml
20     Print out xhtml code for embedding the file
21 -a, --action
22     Disassemble action tags
23 -t, --text
24     Show text fields (like swfstrings).
25 -s, --shapes
26     Show shape coordinates/styles
27 -F, --fonts
28     Show font information
29 -p, --placements
30     Show placement information
31 -b, --bbox
32     Print tag's bounding boxes
33 -X, --width
34     Prints out a string of the form "-X width".
35     Print out the horizontal dimension of the movie, in a string of the form "-X width"
36 -Y, --height
37     Prints out a string of the form "-Y height".
38     Print out the vertical dimension of the movie, in a string of the form "-Y height"
39 -r, --rate
40     Prints out a string of the form "-r rate".
41     Print out the frame rate of the movie, in a string of the form "-r rate".
42 -f, --frames
43     Prints out a string of the form "-f framenum".
44     Print out the number of frames in the movie, in a string of the form "-f frames"
45 -d, --hex
46     Print hex output of tag data, too.
47 -u, --used
48     Show referred IDs for each Tag.
49