Flash Builder 4 中的编码 SWF 属性
我想向 Flash Builder 4 中的 ActionScript 项目添加一个 SWF 元数据标记,该标记表示 swf 的默认大小和背景颜色。
我可以在 Flash Professional 中执行此操作,但它不适用于 FB4 中的 ActionScript 项目?我可以不包含这个标签吗?我知道我可以在属性面板中设置这些属性,但我想将它们放在我的代码中。
i want to add a SWF metadata tag to an ActionScript Project in Flash Builder 4, that denotes the default size and background color of the swf.
i can do this in Flash Professional, but it doesn't work with ActionScript projects in FB4? can i not include this tag? i know i can set these properties in the properties panel, but i'd like to have them in my code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
哦,没关系。我的举动是愚蠢的。该元数据标记需要放置在类声明之前。
oh, never mind. dumb move on my part. this metadata tag needs to be place just before the class declaration.
这可行,但在 Flash Builder 4.7 中似乎会引发警告。
要解决该警告,元数据行必须直接位于 Class 函数之前。
This works, but it seems to throw a warning in Flash Builder 4.7
To resolve the warning, the meta data line must precede directly before the Class function.