X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfdump.1;h=3f495e30cbe56ae5ab6d07666fd7d22f395f8f75;hp=14e896a1aefe098f1c801744a795f8d15c060d57;hb=6f3e9add89a0157ef6552bc154475b43b371e615;hpb=f7052f5712c0db5860d0da3c96689ab629e15685 diff --git a/src/swfdump.1 b/src/swfdump.1 index 14e896a..3f495e3 100644 --- a/src/swfdump.1 +++ b/src/swfdump.1 @@ -1,53 +1,54 @@ -.TH swfdump "1" "January 2003" "swfdump" "swftools" +.TH swfdump "1" "February 2004" "swfdump" "swftools" .SH NAME -swfdump - a tool for displaying information about flash files +swfdump - Display an SWF file's content. + .SH Synopsis -.B swfdump -[\fIoptions\fR] [\fIfile.swf\fR] +.B swfdump [-atpdu] file.swf + .SH DESCRIPTION -swfdump shows ids, names and depths of objects defined in the SWF file. +A tool for displaying information about flash files .PP -SWF files are animation files which can be displayed in Web Browsers using -the Flash Plugin. +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. + .SH OPTIONS .TP -\fB\-h\fR, \fB\-\-help\fR -Print short help message and exit +\fB\-h\fR, \fB\-\-help\fR + Print short help message and exit .TP -\fB\-V\fR, \fB\-\-version\fR -Print version info and exit +\fB\-D\fR, \fB\-\-full\fR + Show everything. Same as -atp .TP -\fB\-e\fR, \fB\-\-html\fR -Print out html code for embedding the file +\fB\-V\fR, \fB\-\-version\fR + Print version info and exit .TP -\fB\-a\fR, \fB\-\-action\fR -Disassemble action tags +\fB\-e\fR, \fB\-\-html\fR + Print out html code for embedding the file .TP -\fB\-t\fR, \fB\-\-text\fR -Show text fields +\fB\-a\fR, \fB\-\-action\fR + Disassemble action tags .TP -\fB\-p\fR, \fB\-\-placements\fR -Show placement information +\fB\-t\fR, \fB\-\-text\fR + Show text fields (like swfstrings). .TP -\fB\-X\fR, \fB\-\-width\fR -Print out the horizontal dimension of the movie, in a string of the form "-X width" +\fB\-p\fR, \fB\-\-placements\fR + Show placement information .TP -\fB\-Y\fR, \fB\-\-height\fR -Print out the vertical dimension of the movie, in a string of the form "-Y height" +\fB\-X\fR, \fB\-\-width\fR + Print out the horizontal dimension of the movie, in a string of the form "-X width" .TP -\fB\-r\fR, \fB\-\-rate\fR -Print out the frame rate of the movie, in a string of the form "-r rate" +\fB\-Y\fR, \fB\-\-height\fR + Print out the vertical dimension of the movie, in a string of the form "-Y height" .TP -\fB\-f\fR, \fB\-\-frames\fR -Print out the number of frames in the movie, in a string of the form "-f frames" +\fB\-r\fR, \fB\-\-rate\fR + Print out the frame rate of the movie, in a string of the form "-r rate". .TP -\fB\-d\fR, \fB\-\-hex\fR -Print hex output of tag data, too. +\fB\-f\fR, \fB\-\-frames\fR + Print out the number of frames in the movie, in a string of the form "-f frames" .TP -\fB\-u\fR, \fB\-\-used\fR -Show referred IDs for each Tag. - -.SH AUTHOR - -Matthias Kramm - +\fB\-d\fR, \fB\-\-hex\fR + Print hex output of tag data, too. +.TP +\fB\-u\fR, \fB\-\-used\fR + Show referred IDs for each Tag.