如何在 Flex 4 皮肤中使用 SWF?

发布于 2024-10-03 18:45:47 字数 322 浏览 5 评论 0原文

我正在给 Flex 应用程序换肤,并且希望图形是矢量。我的设计材料位于 Illustrator 文件中。我想从那里(或通过 Flash)导出为某种矢量格式,并使用它来为 Flex 中的 Spark 组件添加皮肤。但是,我在放置 SWF 时遇到问题。我已经尝试了以下方法(以及其他方法)但无济于事:

<mx:Image id="icon" source="@Embed('/assets/global/images/icons/location_icon.swf')" />

How do work with SWFs(或任何其他矢量格式)进行换肤?

I'm skinning a Flex app and I want the graphics to be vectors. I have the design material in an Illustrator file. I want to export from there (or through Flash) as some sort of vector format and use it to skin spark components in Flex. However, I'm having trouble placing an SWF. I've tried the following (among others) to no avail:

<mx:Image id="icon" source="@Embed('/assets/global/images/icons/location_icon.swf')" />

How do work with SWFs (or any other vector format) for skinning?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘初心 2024-10-10 18:45:47

Adobe 为此创建了一种名为 FXG 的格式,您可以从 illustrator 中导出该格式。它基于 SVG。 查看一下或在 google 上搜索 FXG Spark 示例。

Adobe created a format just for this called FXG that you export from illustrator. It is based on SVG. check this out or search google for FXG Spark examples.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文