still do not work...

I have 2 files swf,

the first one do not have any instance name, the second one can or can not
have a instance name.

let assume the second have a instance name: "ID".

I do:

swfcombine -o NewFile.swf -m File1.swf ID=file2.swf

when i do that i get this error message:

"WARNING Didn't find anything named ID in file. No substitutions will occur.
swf_Relocate: Mapping id (1) never encountered before in DEFINESPRITE"

.............................................................................................................

and when I do:

swfcombine -o NewFile.swf -Tm File1.swf file2.swf

i get this error message:

"swf_Relocate: Mapping id (1) never encountered before in DEFINESPRITE"

I realy do not know what going on


2007/1/19, Matthias Kramm <[EMAIL PROTECTED]>:

On Fri, Jan 19, 2007 at 12:25:42PM -0300, Ricardo Ferreira wrote:
> Hi I am new with swfcombine and i do not get how can i use the -m option
>
> I have 2 swf, and i want to place one on other one.

try

    swfcombine -o NewFile.swf -m File1.swf name=file2.swf
or
    swfcombine -o NewFile.swf -Tm File1.swf file2.swf

depending on what you mean by "place one on other one".

Greetings

Matthias




_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common




--
Rickster
_______________________________________________
Swftools-common mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/swftools-common

Reply via email to