Comment 36 for bug 625140

Revision history for this message
jazzynico (jazzynico) wrote :

@Semen Frish - Just tested your FXG file with Flex SDK 4.1. No compiler error, result attached.
As expected, everything is ok except the flowRoot element.
I've also compiled your AS3 file, and even if there's no compiler error, the generated SWF file is lighter, and the text are not rendered at all.

I guess this is a library issue. When compiling my mxml file, lots of libraries are embedded in the SWF (including textLayout, spark, etc.) because I set <static-link-runtime-shared-libraries>, in flex-config.xml, to true. There's probably an equivalent setting for as3 in the config file or in the as3 one.