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

Where can I find the source of any version of TCMRuntimeManager.as?

New Here ,
Feb 11, 2014 Feb 11, 2014

I'm getting errors from it. I suspect there's a bug. I want to know how it behaves so I can work-around the faulty behaviour with more confidence          .

TOPICS
ActionScript
489
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
LEGEND ,
Feb 12, 2014 Feb 12, 2014
LATEST

You'd need to decompile tlfRuntime.swc as it's a TLF library. I'm not sure doing that is very wise but that's where it lives. Example locations of that SWC:

Flash CC Windows:

C:\Program Files\Adobe\Adobe Flash CC\Common\Configuration\TLFConversion\tlfRuntime.swc

Flash CS6:

C:\Program Files (x86)\Adobe\Adobe Flash CS6\Common\Configuration\ActionScript 3.0\libs\tlfruntime.swc

It's worth noting TLFTextFields are depreciated so if you're having issues with TLFTextFields then converting back to TextField isn't a bad option going forward.

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