TLF size
I am making an app as an Actionscript Only project, the target size should be around 100k. I added TLF and it grew from 100k to around 250k, with the addition of two selectable containers in a single TextFlow. I want to use this functionality, but don't want this to consume that much bandwidth. I looked into using the RSL swz version of TLF, but it doesn't seem possible to use that with an Actionscript only project and converting it to a Flex project will only increase the size and dependencies on external libraries.
I am quite frustrated because the promise of fast and comprehensive text manipulation has been one of the greatest appeals of FP10.
I thought perhaps that I was missing something obvious and went to see if I could build some simple functionality on top of FTE but that is seriously low level. I thought that the TextField class could have been upgraded to work using the FTE, and have multiple field selection capabilities...
My questions are:
1) Why isn't TLF included in FP10?
2) Is there anyway to use an RSL version in an Actionscript only project? Is it possible in CS4 Flash IDE?
3) If I use the RSL swz file from Adobe (http://fpdownload.adobe.com/pub/swz/flex/4.0.0.7219/textLayout_427.swz) - are there any performance issues with uptime etc? I could potentially be sending a lot of traffic there. Will there be a permanent URL?
4) Has anyone built a smaller less featured alternative - something akin to the pre-existing TextField
Hopefully I have been seriously mistaken in my understanding of the current situation.
