Ralf, > I wonder if a tool exists or can be created, which takes a bunch of > swfs and > extracts common symbols into a shared library.
I wonder if swfmill can be used in conjunction with a python/ruby/ whatever script to do what you need. Use the swf2xml mode on your SWF files and then look for common symbols, using xml2swf mode to build the shared library SWF and rebuild the original SWFs to link to it. > The other way round woulf be nice too. Take a shared library and a > set of > swfs and inject all the symbols of the library into the swfs. This should also be possible with swfmill. -- Steve Webster http://dynamicflash.com _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
