可以使用条件编译常量在 DEBUG 和 RELEASE 版本中创建 SWC 文件吗?
有没有办法在不同的目标(调试与发布)中编译 SWC
文件,就像使用 AS3 条件编译器常量编译 SWF 文件一样?
此链接显示了如何使用预定义的编译器常量来编译 SWF
文件: http://flashdevelop.org/wikidocs/index.php?title=AS3_Conditional_Compilation
但我需要知道如何使用 SWC
文件来实现这一点。
注意:我正在使用 FlashDevelop (Windows 7) 创建 SWC
(如果这对完善答案有任何帮助)。
Is there a way to compile SWC
files in different targets (Debug vs. Release) similarly how you can compile a SWF file with the AS3 Conditional Compiler constants?
This link shows how SWF
files can be compiled with predefined compiler constants:
http://flashdevelop.org/wikidocs/index.php?title=AS3_Conditional_Compilation
But I need to know how to achieve this with SWC
files instead.
Note: I'm using FlashDevelop (Windows 7) to create the SWC
(if that's any help to refine the answer).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信使用 FlashBuilder 4+ 可以通过在导出为 SWC 之前更改项目的构建设置来实现这一点。我不知道FlashDevelop的局限性。您可以访问 FlashBuilder 吗?
I believe this is possible using FlashBuilder 4+ by changing the build settings of the project before exporting as an swc. I do not know the limitations of FlashDevelop. Can you get access to FlashBuilder?