On Sun, Jun 15, 2008 at 07:10:10PM -0300, Francisco Obarrio <[EMAIL PROTECTED]> wrote: > C:\swftools>swfcombine -o merged.swf main.swf library.swf > WARNING Didn't find anything named library in file. No substitutions will > occur.
Try swfcombine -Tm -o merged.swf main.swf library.swf . Unless you really want to *replace* an object in main.swf- in that case, find out how that object is named, and use: swfcombine -o merged.swf main.swf someobject=library.swf Greetings Matthias