flash - The TLF (Text Layout Framework) is deprecated, what to do now? -


"the text layout framework deprecated , functionality unavailable flash professional cc. if fla file containing tlf text, saved older version of flash professional, opened flash pro cc, tlf converted classic text. more information, see article."

okay.

and what?? need use arabic(hebrew...) fonts, stuck flash cs6 ever??

i used trick , works

1- copy 2 (.swc) files flash cs6 or cs5 (support tlf text)

  • textlayout.swc

  • tlfruntime.swc

2- paste them into( adobe flash cc \common\configuration\actionscript 3.0\libs)

3- restart flash

4- use tlftextfield method

      import fl.text.tlftextfield;        var txt:tlftextfield = new tlftextfield ;       txt.text = "النص العربي";      addchild(txt); 

5- make sure embed font library .


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -