如何加载spark图像控件并等待完成加载

发布于 2024-12-05 03:07:54 字数 133 浏览 1 评论 0原文


如何加载 Flex Spark 图像控件并等待完成加载? MX:image 有方法 load() 并监听 COMPLETE 事件
这不在 Spark 图片中...只有来源吗?或者当图像加载完成时我如何收听?

谢谢你的帮助

how can I load in flex spark Image control and wait for complete loading? MX:image have method load() and listen COMPLETE event
this is not in spark Image...is there only source?? or how can i listen when image is complete loading??

thanks for help

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

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

发布评论

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

评论(1

过期情话 2024-12-12 03:07:54

在 mxml 中,您可以在 Spark Image 组件上使用 COMPLETE 属性(Flex 4.5 有它 - 我不知道以前的任何内容)。

或者只是设置一个事件侦听器,如此处所述。

In mxml, you can just use the COMPLETE property (Flex 4.5 has it - I don't know about anything previous) on a Spark Image component.

Or just set an event listener, as described Here.

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