如何加载spark图像控件并等待完成加载
如何加载 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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.