X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fswfcombine.1;h=d2c2ebbae4bec17c1fe1df9b34b9fcf3252b5593;hb=f0f4599a8cc05f18859d2bb8d0afe447f3e00813;hp=a61fcf931601ff1ed34ee59c1a7f054254d5272e;hpb=a352c93161952291cdb89b63bae9fd7b896118da;p=swftools.git diff --git a/src/swfcombine.1 b/src/swfcombine.1 index a61fcf9..d2c2ebb 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -1,4 +1,4 @@ -.TH swfcombine "1" "January 2005" "swfcombine" "swftools" +.TH swfcombine "1" "January 2009" "swfcombine" "swftools" .SH NAME swfcombine - a tool for combining swf (flash) files @@ -63,7 +63,7 @@ movie. swfcombine can be used to perform the latter. y Adjust position of slave by \fIypos\fR pixels .TP \fB\-s\fR, \fB\-\-scale\fR \fIscale\fR - Adjust size of slave by \fIscale\fR percent (e.g. 100%% = original size) + Adjust size of slave by \fIscale\fR percent (e.g. 100% = original size) .TP \fB\-r\fR, \fB\-\-rate\fR \fIfps\fR Force the output to have the framerate \fIfps\fR. (Otherwise, the framerate of the master file will be used) @@ -74,6 +74,12 @@ movie. swfcombine can be used to perform the latter. \fB\-Y\fR, \fB\-\-height\fR \fIheight\fR Force movie bbox height to \fIheight\fR (default: use master height (not with -t)) .TP +\fB\-N\fR, \fB\-\-local-with-networking\fR + Make output file "local-with-networking" +.TP +\fB\-L\fR, \fB\-\-local-with-filesystem\fR + Make output file "local-with-filesystem" +.TP \fB\-z\fR, \fB\-\-zlib\fR \fIzlib\fR Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be smaller, but not playable in Flash Plugins of Version 5 and below. @@ -110,3 +116,6 @@ swfcombine -o combined.swf master.swf foo=slave.swf As a result, the slave movie should be visible inside the master movie at the position where the rectangle used to be. +.SH AUTHOR + +Matthias Kramm