added -b (--bbox) options.
[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 -a, --action
20     Disassemble action tags
21 -t, --text
22     Show text fields (like swfstrings).
23 -s, --shapes
24     Show shape coordinates/styles
25 -p, --placements
26     Show placement information
27 -b, --bbox
28     Print tag's bounding boxes
29 -X, --width
30     Prints out a string of the form "-X width".
31     Print out the horizontal dimension of the movie, in a string of the form "-X width"
32 -Y, --height
33     Prints out a string of the form "-Y height".
34     Print out the vertical dimension of the movie, in a string of the form "-Y height"
35 -r, --rate
36     Prints out a string of the form "-r rate".
37     Print out the frame rate of the movie, in a string of the form "-r rate".
38 -f, --frames
39     Prints out a string of the form "-f framenum".
40     Print out the number of frames in the movie, in a string of the form "-f frames"
41 -d, --hex
42     Print hex output of tag data, too.
43 -u, --used
44     Show referred IDs for each Tag.
45