【发布时间】:2013-01-13 00:17:42
【问题描述】:
我看到了这个问题:
mx.core::BitmapAsset could not be found
答案没有帮助。 我正在用 ant 和 FlashDevelop 编译代码并得到错误:Definition mx.core:BitmapAsset
如果我在没有 ant 的情况下在 FlashDevelop 中正常编译,它工作正常(没有错误)。 我尝试按照他们在答案和其他网站中的建议进行操作,但没有成功。
即:
我将此 xml 字段更改为 true:
<static-link-runtime-shared-libraries>true</static-link-runtime-shared-libraries>
并尝试从 framework.swc 导入 BitmapAsset
请帮我解决这个问题。
【问题讨论】:
标签: actionscript-3 flash