开发者

flex sdk actionscript 3 compile

can the 开发者_JAVA百科flex sdk compile actionscript files that imports flash controls ? I have

import fl.controls.TextArea;

as a import statement and it says Definition fl.controls:TextArea could not be found.


The flex is using it's own TextArea component

mx.components.TextArea

or

spark.components.TextArea

depending on Flex SDK version you are using.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜