用不确定旋转器替换 Flex 预加载器杆?
我有一个从 Jake Hawkes 下载的 AS spinner 类(单击此处查看它正在运行 )。
我想用这个微调器替换 Flex 应用程序预加载器。我以前使用过自定义预加载器,但这只是为了编辑已经存在的内容。有人知道如何使用 spinner.as 代替加载栏吗?
编辑 这是一个非常酷的自定义预加载器,我将尝试编辑(它扩展了 Sprite)启用视图源: http://blogagic.com/14/the-blogagic-custom-flex-preloader布莱恩
I have a AS spinner class that I downloaded from Jake Hawkes (click here to see it running).
I want to replace the flex application preloader with this spinner. I have previously used custom preloaders, but that was just for editing what already existed. Anyone know how that spinner.as could be used instead of the loading bar?
EDIT
This is the extremely cool custom preloader that Im going to try to edit (it extends Sprite) view source enabled:
http://blogagic.com/14/the-blogagic-custom-flex-preloader
Brian
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有点晚了,但我刚刚发现这个网站。这里的旋转器接缝非常发达并且有记录。
http://flexdevtips.blogspot.com/2011/05/simple -animating-preloader-and.html
Little late but I just came across this site. The spinner here seamed pretty well developed and documented.
http://flexdevtips.blogspot.com/2011/05/simple-animating-preloader-and.html
WindowedApplication 有
preloader
属性,您可以设置预加载器的类。这个类应该实现IPreloaderDisplay。 Google 在最佳结果中对此提供了答案:http://askmeflash.com/文章/7/custom-preloader-progress-bar-flex。WindowedApplication has
preloader
property, which you can set class of your preloader. This class should implement IPreloaderDisplay. Google has answers for this in top results: http://askmeflash.com/article/7/custom-preloader-progress-bar-flex.