Aus zwei oder mehr SWF-Dateien. SWFs can either be stacked (no masterfile is present) or inserted (into the masterfile).
SWF files are animation files which can be displayed in Web Browsers using the Flash Plugin.
Vor allem bei der Nutzung von templates ist es häufig praktischer, die Erzeugung kleiner swf-Dateien aufzuteilen und diese in der Endphase zusammenzufügen. Hierzu kann swfcombine genutzt werden.
−o, −−output Dateiname Festlegung des Namens der Ausgabedatei (Standard: output.swf)
−t, −−stack Don’t assume the first file is a master file. Instead, store each file in a seperate frame.
−T, −−stack1 place each slave in the first frame (no master movie)
−m, −−merge Do not store the slave files in a sprite/MovieClip. Instead, merge the files frame by frame.
−a, −−cat concatenate all slave files (no master movie)
−l, −−overlay Don’t remove any master objects, only overlay new objects
−c, −−clip Clip the slave objects by the corresponding master objects
−v, −−verbose Erhöht den Umfang der Bildschirmmeldungen. Mit mehr als einem -v wird der Effekt verstärkt
−d, −−dummy Don’t require the presence of slave objects. Usually used together with −X, −Y or −r.
−f, −−frame The next slave replaces a frame, not an object. Therefore the slave identifier is a frame number (#frame=) or frame label (framelabel=).
−x, −−movex xpos x Adjust position of slave by xpos pixels
−y, −−movey ypos y Adjust position of slave by ypos pixels
−s, −−scale scale Adjust size of slave by scale percent (e.g. 100% = original size)
−r, −−rate fps Force the output to have the framerate fps. (Otherwise, the framerate of the master file will be used)
−X, −−width width 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"
−L, −−local-with-filesystem Make output file "local-with-filesystem"
−z, −−zlib zlib 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.