为 Flex 创建 FXG
我需要动态创建 Flash 内容 - 以满足构建图像的需要。我需要两点帮助 a) 矢量图形在大小上总是比光栅图形更好/矢量图形是否需要更长的渲染时间 b) 我们是否有开源工具来创建 fxg 文件以导入到 flex builder
rg中
I need to create flash content dynamically- towards that need to build images. I need help on two points
a) are vector graphics always better than raster graphics on size/ do vector graphics take longer to render
b) do we have open-source tools to create fxg files to import into flex builder
rg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
对于你的 b) 点:只需使用 Inkscape SVG 编辑器。
借助 svg2fxg 插件,从 0.49 版本开始,它将允许您将 svg 转换为 fxg。
同时(版本 0.48)您可以手动安装 svg2fxg 插件:
安装 Inkscape http://inkscape .org/download/
从这里获取 2 个 svg2fxg 插件文件:
<块引用>
http:// bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/share/extensions/svg2fxg.inx
http:// bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/share/extensions/svg2fxg.xsl
并将它们复制到 Inkscape 扩展文件夹(C:\Program Files (x86)\Inkscape\share\extensions on Windows 7)
您现在可以启动 Inkscape 并会获得一个新的“文件 -> 另存为 -> Flash XML 图形 (*.svg)”条目。
我成功地测试了它并在 iPhone 上使用了 fxg 生成的资源:它工作正常:-)
for your b) point: just use Inkscape SVG editor.
It will allows you to convert svg to fxg starting version 0.49 thanks to the svg2fxg plug-in.
In the mean time (version 0.48) you can install the svg2fxg plug-in manually:
Install Inkscape http://inkscape.org/download/
Get the 2 svg2fxg plug-in files from here:
and copy them in Inkscape extension folder (C:\Program Files (x86)\Inkscape\share\extensions on Windows 7)
You can now start Inkscape and will get a new "File -> Save As -> Flash XML graphics (*.svg)" entry.
I successfully tested it and used the fxg generated assets in on IPhone: it works fine :-)
WRT b)
我不知道开源工具,但是 FXG 并不难手工创建。例如,只需查看按钮皮肤并复制 FXG 定义并进行操作即可。 FXG 非常直观。
WRT b)
I don't know an OpenSource tool, however FXG is not hard to create by hand. Just look at the button skin for example and copy the FXG definitions and play around. FXG is pretty intuitive.
找到了这个方便的 FXG 编辑器,这是我迄今为止找到的唯一一个:
http://fxgeditor.7jigen。 net/edit/id/309
也可以作为 AIR 应用程序下载:
http: //labs.7jigen.net/2010/05/15/fxg-editor-air-app/
Found this handy FXG editor, the only one that ive found so far:
http://fxgeditor.7jigen.net/edit/id/309
Also downloadable as an AIR app:
http://labs.7jigen.net/2010/05/15/fxg-editor-air-app/
另一个解决方案 - 使用良好的 SVG 编辑器,例如 SVG Edit< /a> 或 yEd,然后使用 S2F 转换器。
Another solution - use a good SVG editor such as SVG Edit or yEd, then convert SVG to FXG using S2F Converter.