Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

TLFTextfield support

New Here ,
Dec 26, 2017 Dec 26, 2017

Dear experts,

I am using Animate CC and trying to use TLFTextfield in my actionscript. Using TLFTextfield is for support the Tamil font on my swf animation file.

But when i tested my script, it gives me the error as following:

Scene 1, Layer 'as', Frame 1, Line 1, Column 15 1172: Definition fl.text:TLFTextField could not be found.

Scene 1, Layer 'as', Frame 1, Line 1, Column 15 1172: Definition fl.text:TLFTextField could not be found.

Scene 1, Layer 'as', Frame 1, Line 3, Column 12 1046: Type was not found or was not a compile-time constant: TLFTextField.

Scene 1, Layer 'as', Frame 1, Line 3, Column 31 1180: Call to a possibly undefined method TLFTextField.

Any idea what's wrong?

Best Regards,

Roger

TOPICS
ActionScript
527
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Dec 26, 2017 Dec 26, 2017
LATEST

tlftextfields have been deprecated.

you can try a 3rd party class, A simple class for creating TLFTextFields · GitHub

or use an older (eg, flash cs6) version of animate

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines