如何在 FlashDevelop IDE 中使用 Adobe 参考中的示例
我尝试使用 Adobe 帮助参考中的示例,如下地址:
我打开FlashDevelop IDE,创建一个新的Flex 3项目,然后将示例代码复制到main.mxml中,保存,然后运行builder。
它失败并显示“...\TreeExample\TreeExample\src\Main.mxml(5):错误:无法将
此示例旁边有一个“如何使用此示例”链接,但我没有找到任何我想要的有用信息。
如何在 FlashDevelop IDE 中运行此示例?
I try to use the example from Adobe help reference as following address:
I open FlashDevelop IDE, creat a new Flex 3 project, then copy the code of example to the main.mxml, save it, then run builder.
It failed with "...\TreeExample\TreeExample\src\Main.mxml(5): Error: Could not resolve <s:Application> to a component implementation." error message.
There is a "How to use this example" link beside this example, but I didn't find any useful information I want.
How can I run this example in FlashDevelop IDE?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来,您尝试使用旧版本(3.x 而不是 4.x)从较新的 Flex sdk 编译组件
从 Adobe 网站下载最新版本:
http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
并将其安装到 Flash Develop:
http://www.flashdevelop.org/wikidocs/index.php?title=AS3
It seems, that you try to compile component from newer Flex sdk with older one (3.x instead of 4.x)
Download newest from Adobe site:
http://opensource.adobe.com/wiki/display/flexsdk/Flex+SDK
And install it to Flash Develop:
http://www.flashdevelop.org/wikidocs/index.php?title=AS3