flash builder (flex 4):如何将 facebook-actionscript-api 添加到我的项目中
我想使用 facebook-actionscript-api 编写一个程序。
google code的facebook api网站显示它为flex 3.4或源提供了.swc文件。
如何将它们添加到我的 Flash Builder 项目中? 我需要编译源吗?
如何在我的项目中使用 swc 文件?
任何有关此主题的信息将不胜感激。
谢谢!!!
I'd like to write a program using the facebook-actionscript-api.
The google code's website of facebook api shows that it provides .swc files for flex 3.4 or the sources.
how can I add them to my Flash Builder project ?
Do I need to compile the sources ?
How can I use the swc file in my project ?
any information regarding this subject would be greatly appreciated.
thanks!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,新的 Flex 项目默认包含一个 libs 文件夹,这是在项目中管理 SWC 的首选方法。只需将 Facebook SWC 放入 libs 文件夹中,它将与您的项目一起编译。
您可以通过右键单击 Flash Builder 中的项目文件夹并从左侧选择“属性”、“Flex 构建路径”,最后选择“库路径”选项卡来管理与 Flex 项目一起编译的库。 libs 文件夹应该已经是此列表中的一个项目,但如果不是,您可以添加它,或者只添加单个 SWC 文件。
If I remember correctly, a new Flex project contains a libs folder by default, which is the preferred way to manage SWCs within your project. Simply drop the Facebook SWC within the libs folder and it will be compiled with your project.
You can manage what libraries are compiled with your Flex project by right-clicking your project folder in Flash Builder and selecting "Properties", "Flex Build Path" from the left-hand side and finally the "Library path" tab. The libs folder should already be an item on this list, but you can add it if it isn't or just add the individual SWC file.