<fx:Declarations> </fx:Declarations> <s:BusyIndicator> </s:BusyIndicator>
错误讯息是=&gt;无法将{}解析为组件实现。
知道如何解决这个问题吗?
我正在使用Flex SDK 4.6
答案 0 :(得分:2)
BusyIndicator是仅限移动设备的组件。如果您使用的是FlashBuilder,请确保您的项目是移动项目。无论如何,您必须确保 mobilecomponents.swc 位于类路径中。
如果你想在非移动项目中使用这个组件,我认为你可以简单地将mobilecomponents.swc添加到构建路径,你应该能够使用它。您可以add a library to the build path manually in FlashBuilder进行操作。
这是另一篇关于在网络项目中使用移动组件的文章:http://www.riagora.com/2011/08/flex-mobile-in-the-browser/