使用 flexmojos 编译 Flex 4 应用程序时,如何指定 -fteInMXComponents(在 MX 组件中使用 Flash 文本引擎)选项?或者我不能?
问问题
432 次
1 回答
1
Here's a solution...
Firstly, you can't specify that option, but you can set up your code to do the same thing. All you have to do is take a copy of the file MXFTEText.css from the SDK and put it in your project, then include it as a style sheet:
<fx:Style
source="MXFTEText.css"/>
This will achieve exactly the same thing as -fteInMXComponents.
于 2011-10-05T13:13:08.327 回答