【发布时间】:2013-02-11 18:47:02
【问题描述】:
我刚刚创建了一个 Flex Mobile 项目,但在使用 mx:LinkButton: 时收到此错误:
Could not resolve <mx:LinkButton> to a component implementation.
这是我的申请:
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:mx="library://ns.adobe.com/flex/mx"
xmlns:s="library://ns.adobe.com/flex/spark">
<mx:LinkButton id="contactButton" label="Contact" />
实际上,所有 mx 组件都没有工作?不是很好。
我使用的是 Flex 4.5.1A。
【问题讨论】:
标签: apache-flex flex4 flash-builder