Archives
The new text engine in Flash Player 10 and AIR 1.5, the Text Layout Framework delivers multi-lingual, print-quality typography for the web, including support for:
Following example show how use flowComposer.addController control image and text,and interactionManager ( with undo and redo)
Under new spark TextLayout you can use blockProgression(value tb:top and bottom mode , rl: left and right mode) and layoutDirection (value ltr:left to right , rtl:right to left)
Importing Text
In many cases you will need to import text into the framework. This can be especially useful for importing dynamic text that is returned from a remote service or HTTPService at runtime for instance. You can choose from three different conversion options for import/export of text in general. They are:
Following example show three different way to export data from your container’s textFlow
Following example show three different way to import text to your container


