开发者

flex sdk actionscript 3 compile

开发者 https://www.devze.com 2023-03-22 18:16 出处:网络
can the 开发者_JAVA百科flex sdk compile actionscript files that imports flash controls ? I have

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

精彩评论

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