Flash Builder 4.5 移动应用程序...滚动条和预加载图像
我的滚动条组件中有一些图像...滚动滚动条时有时会挂起一秒钟...我认为图像正在加载...是否可以在滚动条到达该位置之前加载图像?!... ..
I got some Images in my scroller component... while scrolling the scroller sometimes hang for a second... i think the image is loading... is it possible to load the image before the scroller is on the position?!....
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试加载每个图像,然后将它们添加到滚动条中。您可以使用 Multiloader 库 (http://code.google.com/p/multiloader/) 来了解所有图像何时已加载。
例如:
Try to load each image and then add them to the scroller. You can use Multiloader library (http://code.google.com/p/multiloader/) to know when all images has been loaded.
for example: