gpt4 book ai didi

actionscript-3 - flex 中的动画 GIF

转载 作者:行者123 更新时间:2023-12-03 23:35:52 28 4
gpt4 key购买 nike

我正在尝试在我的 flex 应用程序中添加 GIF 图像。但是它没有显示动画。任何人都知道如何使 GIF 图像在 flex 中工作

import mx.managers.PopUpManager;

private function onCreationCompleted():void
{
mx.managers.PopUpManager.centerPopUp(this);
}
]]>
</fx:Script>
<s:Image x="127" y="137" source="@Embed('assets/loading.gif')" width="87" height="85"/>
<s:Label x="88" y="73" text="Loading... Please wait" width="164" height="56" verticalAlign="middle" textAlign="center"/>

最佳答案

从外观上看,Flex 不提供对动画 gif 的支持。使用 swf 会容易得多。

有一些很好看loading animations provided in this link .使用 SWFLoader

但是,如果您确实想在 Flex 中使用动画 gif,请阅读这篇博文。

http://iamjosh.wordpress.com/2009/02/03/animated-gifs-in-flex/

您必须创建该博客文章中显示的类并将 as3gif 添加为包。

你可以download as3gif from here

关于actionscript-3 - flex 中的动画 GIF,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7885127/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com