AS3/Flash Builder:条件元数据标签?
我希望能够根据我是在调试还是在创建最终版本,将我的 SWF 编译为不同的大小。有没有办法在 Flash Builder 中实现这一点?
我正在使用 [SWF]
元数据标记来格式化我的 SWF。我最初的冲动是围绕所述标签创建某种逻辑,但我有一种感觉行不通。
提前致谢。
I'd like to be able to have my SWF compile to different sizes based on whether I'm debugging or creating a final build. Is there a way to accomplish this in Flash Builder?
I'm using the [SWF]
metadata tag to format my SWF. My initial impulse is to create some sort of logic around said tag, but I've a feeling that won't work.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以添加编译时常量,但这可能会有所帮助:
http://livedocs.adobe.com/flex/ 3/html/help.html?content=compilers_21.html
You can add compile time constants but this might help:
http://livedocs.adobe.com/flex/3/html/help.html?content=compilers_21.html