如何在Flash Professional CS5中使用mx、spark libary中的某些类
我使用了一些属于 mx 和 Spark libary 的类,但是当我尝试导入它们时,编译器会抛出错误未找到库。
Definition mx.controls:VideoDisplay could not be found.
Definition mx.core:UIComponent could not be found.
如何将其导入到我的项目中?
I used some class belong to mx and spark libary, but when I try to import them compiler throws an error Library not found.
Definition mx.controls:VideoDisplay could not be found.
Definition mx.core:UIComponent could not be found.
How can I import it to my project?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须在
Edit->;中设置包的路径。首选项(Ctrl+U) ->动作脚本 -> Actionscript3.0设置。
该路径必须指向包但不包含它。
You must set the path to packages in
Edit-> Preferences(Ctrl+U) -> ActionScript -> Actionscript3.0 settings.
The path must point to package but not include it.