Skip to main content
Participant
August 4, 2011
Question

Using TLF with SDK 3.5 - 1014 error

  • August 4, 2011
  • 1 reply
  • 710 views

Hi

I have followed the steps outlined at http://opensource.adobe.com/wiki/display/tlf/Using+TLF+with+Flex+3.2 to import TLF to user with SDK 3.5. I have verified that I have the latest swc. I get no compile erros but at runtime I get

VerifyError: Error #1014: Class flashx.textLayout.elements::TextFlow could not be found

Any help would be greatly appreciated.

This topic has been closed for replies.

1 reply

Adobe Employee
August 5, 2011

I have never use TLF with SDK 3.5.

After reading what you have said, I guess you are setting SWCs in your project as "runtime shared Library", but there is not a RSL link( or not a correct RSL link) in the configuration file named flex-config.xml in SDK 3.5, to download the SWF or SWZ successfully in the runtime. You may solve the problem by setting libraries as "merge into code"

Participant
August 5, 2011

That was it! Thanks so much!