TLF in pure AS3 project?? Big swc woes...
I'm trying to find any info on using TLF text in a pure AS project (using FDT), but quickly finding myself getting confused by it all.
My normal workflow when laying out text is to
- use Flash Pro to lay my text out within a MovieClip,
- set that MovieClip for export in the library,
- publish a swc,
- add that swc to my classpath in FDT so I can add the it to the stage etc.
Now.. I get the way that if you're using Flash Pro to compile, you end up with the 160kb swz file which is only downloaded by the user if it's not been cached already on their machine. All very clever.
But... the moment I stick a TLF textfield into a MovieClip and publish a SWC, that SWC is 406kb (which is added to my project when I include the movieclip with the TLF TextField).
Why so big??? Why is it so much bigger than the 160k that the swz file is??
Even if I had to embed the TLF framework within my swf I could just about swallow the 160k hit, but 406k is a LOT.
Am I missing something?
