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