On Wed, 27 Jul 2011 20:43:24 +0530 Rahul Mahurkar <[email protected]> wrote:
> swfcombin -F 9 -o outputCombined.swf Holder.swf _se=SE_1.swf _te=TE_1.swf > > I've created Holder.swf in Flash, which contains 2 empty movieclips '_se' > and '_te'. I'm trying to replace them by SE_1.swf and TE_1.swf respectively > in the combined swf. > > Problem: In 'outputCombined.swf' both the empty movieclips gets repaced by > 'TE_1.swf'. SE_1.swf do not show up at all. > > Any idea where i'm going wrong? Nope! Looks ok to me. Should work as stated. Typo somewhere perhaps? This under Windows, Linux, or Mac? Which version of SWFTools? I did a quick test ( which works fine ): ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ .flash filename="2boxes.swf" bbox=841x545 version=9 .box _red width=30 height=30 color=red .box _blue width=30 height=30 color=blue .put _red x=0 y=0 .put _blue x=100 y=0 .end ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ .flash filename="yellow_box.swf" bbox=841x545 version=9 .box yellow width=30 height=30 color=yellow fill=yellow .put yellow x=0 y=0 .end ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ .flash filename="green_box.swf" bbox=841x545 version=9 .box green width=30 height=30 color=green fill=green .put green x=0 y=0 .end ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ swfcombine -F 9 -o swapped.swf 2boxes.swf _red=yellow_box.swf _blue=green_box.swf ~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~ [swftools 0.9.1 - generic linux ] HTH. Regards, Chris -- <[email protected]> --------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
