FlashDevelop和主题编译
如何使用 FD 3 或 4 编译主题?
我有一个包含资源的 CSS 文件,并且想要获取一个 SWC 文件(不是 SWF),例如 halo.swc
How to compile a theme using FD 3 or 4?
I have a CSS file with assets and would like to get a SWC file (not SWF) like halo.swc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Flash Develop 似乎本身不支持此功能。然而显然有一个人编写了一个插件因为这样做。
It seems like this is not supported natively in Flash Develop. However there is apparently one person who has written a plugin for doing that.
选择您的 CSS 文件,然后右键单击 CSS ->选择转换为 SWF 选项。它会自动将 css 转换为 swf。无需编译它们。
这是我的意见。也许你会从别人那里得到更好的答案。
select your CSS file then Right click CSS -> Choose convert to SWF option. It automatically convert to css to swf. No need to compile them .
It's my opinion. may be you will get better answer from others .