new parameter addspacechars
[swftools.git] / src / swfcombine.doc
index 44ba1a5..f77e4a6 100644 (file)
@@ -34,6 +34,8 @@ movie. swfcombine can be used to perform the latter.
     Clip the slave objects by the corresponding master objects
 -v  --verbose               
     Be verbose. Use more than one -v for greater effect 
+-F  --flashversion
+    Set the flash version of the output file.
 -d  --dummy                 
     Don't require slave objects (for changing movie attributes)
     Don't require the presence of slave objects. Usually used together with \fB\-X\fR, \fB\-Y\fR or \fB\-r\fR.
@@ -54,6 +56,14 @@ movie. swfcombine can be used to perform the latter.
     Force movie bbox width to <width> (default: use master width (not with -t))
 -Y  --height  <height>      
     Force movie bbox height to <height> (default: use master height (not with -t))
+-N  --local-with-networking 
+    Make output file "local-with-networking"
+-G  --hardware-gpu
+    Set the "use hardware gpu" bit in the output file
+-B  --accelerated-blit
+    Set the "use accelerated blit" bit in the output file
+-L  --local-with-filesystem
+    Make output file "local-with-filesystem"
 -z  --zlib    <zlib>        
     Enable Flash 6 (MX) Zlib Compression
     Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be
@@ -92,3 +102,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 <kramm@quiss.org>