swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] Re: Using SwfCombine to combine swfs as sprites?


From: Daniel Swid
Subject: [Swftools-common] Re: Using SwfCombine to combine swfs as sprites?
Date: Tue, 18 Nov 2008 14:57:40 +0200

When I use swfcombine, my input files are added as frames of the output file. Is it possible to combine the input swfs so that each input appears as a unique sprite or movieclip?

What I want to see on the DisplayList:
[what syntax can I use to produce this?]
   stage
   + 01.swf (MovieClip)
   + 02.swf (MovieClip
   + 03.swf (MovieClip)

What I see now on the DisplayList:
swfcombine 01.swf 02.swf 03.swf -o output.swf
   stage
   + Master MovieClip
      + 01.swf (Frame 1)
      + 02.swf (Frame 2
      + 03.swf (Frame 3)


Thanks,
Daniel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]