X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfdump.doc;fp=src%2Fswfdump.doc;h=3d8ded70aa686d680b4680a352a646bc1bd103c2;hb=7133cc0e1e4d1be5d8a04b39e75ab6cd1b3ee3a0;hp=0000000000000000000000000000000000000000;hpb=039c22b268a5fbf5475d8a9a072103d2c6b7cd5b;p=swftools.git diff --git a/src/swfdump.doc b/src/swfdump.doc new file mode 100644 index 0000000..3d8ded7 --- /dev/null +++ b/src/swfdump.doc @@ -0,0 +1,41 @@ +Usage: %s [-atpdu] file.swf + +Display an SWF file's content. + +A tool for displaying information about flash files +.PP +swfdump shows ids, names and depths of objects defined in the SWF file. +It can furthermore also disassemble Actionscript, extract texts, and +display placement information about objects. + +-h, --help + Print short help message and exit +-D, --full + Show everything. Same as -atp +-V, --version + Print version info and exit +-e, --html + Print out html code for embedding the file +-a, --action + Disassemble action tags +-t, --text + Show text fields (like swfstrings). +-p, --placements + Show placement information +-X, --width + Prints out a string of the form "-X width". + Print out the horizontal dimension of the movie, in a string of the form "-X width" +-Y, --height + Prints out a string of the form "-Y height". + Print out the vertical dimension of the movie, in a string of the form "-Y height" +-r, --rate + Prints out a string of the form "-r rate". + Print out the frame rate of the movie, in a string of the form "-r rate". +-f, --frames + Prints out a string of the form "-f framenum". + Print out the number of frames in the movie, in a string of the form "-f frames" +-d, --hex + Print hex output of tag data, too. +-u, --used + Show referred IDs for each Tag. +