swfLoader 与 mx 图像

发布于 2024-12-07 05:33:24 字数 144 浏览 1 评论 0原文

我有一个应用程序要从 Flex 3 迁移到 Flex 4.5。在此应用程序中,有一些 mx Image 组件加载简单的 swf 文件(图像)。 Spark图像不加载swf文件,所以我想知道,我应该保留mx图像,还是应该将其更改为SWFLoader?使用其中之一有什么优点吗?

I have an application that I'm migrating from flex 3 to flex 4.5. In this application, there is some mx Image components that load a simple swf file (image). Spark image doesn't load swf files, so I was wondering, should I keep the mx Image, or should I change it to SWFLoader? Is there any advantages to using one or the other?

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

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

发布评论

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

评论(1

奈何桥上唱咆哮 2024-12-14 05:33:24

阅读有关图像控制的 Adob​​e 文档:

Adobe Flex 支持多种图像格式,包括 GIF、JPEG 和
巴布亚新几内亚。您可以使用以下命令将这些图像导入到您的应用程序中
Spark 图像控件或 BitmapImage。要加载 SWF 文件,您可以使用
SWFLoader 控件。

图像控件是 MX 和 Spark 组件集的一部分。尽管
Adobe 建议您可以在应用程序中使用 MX Image 控件
您可以改用 Spark Image 控件。

正如它所声明和建议的那样,最好使用 Spark 架构,而不是 mx 架构(只要有可能。混合使用 Spark 和 mx 组件并不是一个好主意,但 Adob​​e 尚未将每个组件都迁移到 Spark)。我将选择 (这已经是 的新命名法。)

Reading Adobe documentation about Image control:

Adobe Flex supports several image formats, including GIF, JPEG, and
PNG. You can import these images into your applications by using the
Spark Image control or BitmapImage. To load SWF files, you use the
SWFLoader control.

The Image control is part of both MX and Spark component sets. While
you can use the MX Image control in your application, Adobe recommends
that you use the Spark Image control instead.

As it states and recommends, it's better to use the spark architecture, instead the mx one (whenever it's possible. It's not a good idead to mix spark and mx components, but Adobe has not migrated every single component to spark yet). I'll go for <s:SWFLoader /> (which is already a new nomenclature for <mx:SWFLoader />.)

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