BreakOpportunity is not defined?
I have a Flex application that I'm now trying to create an AIR version for.
I created a class to help display subscripts and superscripts through the TLF.
It seems to die as soon as it tries to import to flow:
_textFlow = TextConverter.importToFlow(tmpText,TextConverter.TEXT_LAYOUT_FORMAT);
Getting the following in the console:
ReferenceError: Error #1065: Variable flash.text.engine::BreakOpportunity is not defined.
at flashx.textLayout.formats::TextLayoutFormat$cinit()
at global$init()
at flashx.textLayout.conversion::TextLayoutImporter$cinit()
at global$init()
I'm using SDK 3.4.0.
I had to get the textLayout.swc from Gumbo (flex_sdk_4.0.0.7219.zip)
Has anyone else run into this situation?
Does anyone have any suggestions?
Much Thanks.
