Skip to main content
Participant
February 11, 2014
Question

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

  • February 11, 2014
  • 1 reply
  • 513 views

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          .

This topic has been closed for replies.

1 reply

sinious
Legend
February 12, 2014

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.