swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] swfcombine and non--swfc generated movie


From: Matthias Kramm
Subject: Re: [Swftools-common] swfcombine and non--swfc generated movie
Date: Sun, 12 Dec 2004 08:18:50 +0100
User-agent: Mutt/1.5.6i

On Sat, Dec 04, 2004 at 12:57:32PM -0800, stephane chatre wrote:
> I then try to insert into "myRect" file B.swf with 'swfcombine -o out.swf 
> A.swf
> myRect=B.swf' and get the following error:
> "WARNING Didn't find anything named myRect in file. No substitution will 
> occur"
> 
> The output of 'swfdump A.swf' yields:
> [...]
> export 0002 as "myRect"
> DEFINESPRITE defines id 0004
>      SOUNDSTREAMHEAD2
>      PLACEOBJECT2 places id 0002 at depth 0001 name "myRect"
>      SHOWFRAME 0 (00:00:00,000)
>      END
> [...]

Yes, the name matching only works on the uppermost "level"- the matching
code doesn't yet look into the inside of sprites.

What should work, though, is
    swfcombine -o out.swf A.swf '#2'=B.swf
.

Greetings

Matthias






reply via email to

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