Hello Alan,
I've been away from this project for a little while. Unfortunately I am encountering a new issue.
When using :
var textFlow:TextFlow = TextConverter.importToFlow(menuXML, TextConverter.TEXT_LAYOUT_FORMAT);
I get the following error:
1046: Type was not found or was not a compile-time constant: ImportExportConfiguration.
I have the following Actionscript script settings:
Library Path
$(AppConfig)/ActionScript 3.0/libs
/Applications/Adobe Flash Builder Beta 2/sdks/4.0.013875/frameworks/libs
/Applications/Adobe Flash Builder Beta 2/sdks/4.0.013875/frameworks/libs/textLayout.swc
Am I missing one? Are they out of order?
Let me know pls.
cheers,
jr
That sounds like the same issue still happening. The ImportExportConfiguration class is from an old version of the TLF swc(s). Check to make sure the old component isn't still around somewhere, and that there is not a TextLayout.swc (or TextLayout_conversion.swc) in $(AppConfig)/ActionScript 3.0/libs or in some other reference in your project.