On Tue, Nov 18, 2008 at 02:42:12PM +0200, Daniel Swid <[EMAIL PROTECTED]> wrote: > For example using the following command to produce a the display list below. > > swfcombine 01.swf 02.swf 03.swf -o output.swf > > DisplayList of output.swf > > - stage > - 01.swf > - 02.swf > - 03.swf
Try this:
swfcombine -T 01.swf 02.swf 03.swf -o output.swf
Greetings
Matthias
