On Tue, Aug 04, 2009 at 11:19:00AM +0200, LivingDocs <[email protected]> wrote: > maybe the first mail went to the wrong address... > > Thank you for your answer. > > If the MC to replace lies in master.swf on root level: Will swfcombine > work with the name of the MC or do I allways need the numeric ID? (In > the man pages you can read name or ID).
If the MC is on the root, you can use the name. > Can I find out the numeric ID of a nested object running a php-script? Well, you could run swfdump on the file, but that's a bit overkill. A better option would be to find a way to give a name to the character (symbol), instead of the instance of it. (Add a NAMECHARACER tag to the SWF). Depending on what tool you use for generating the master.swf, this might be or might not be possible. Matthias
