On Sun, 31 Jul 2011 12:07:48 +0530 Abhi <[email protected]> wrote:
> Thanks for that Chris. I am very new to the whole flash eco system. If this > is not the right way to approach the problem, I am very open to suggestions. I was trying to ascertain what you were doing. ;o) > Coming to the problem in hand, I guess I guess I did not make myself clear. > We are trying to lazy load the classes as embedded below presently > > [Embed(source="/../moo/foo.swf", symbol="bar")] > private var Bar:Class; Then you don't have access to the source, just the pre-compiled swfs? > We have hundreds of swfs like this from which symbols are imported and > trying to find each of the individual symbols and their sizes using CS4 > will be tedious. Hence, we are trying to write a script to do this. Is this the sort of thing you are looking for? http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf67110-7ff4.html#WS19f279b149e7481c45454d9412c561d3223-8000 Otherwise 'swfdump' and 'swfextract' ( for which Chris Ohmstede has a wrapper GUI, http://flashextractor.sourceforge.net should also give you a rough idea of what's happening. HTH. Chris -- <[email protected]> --------------- SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an existing subscription, please kindly point your favourite web browser at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>
