在 Flex Web 应用程序中创建自定义加载页面
可能的重复:
Flex 4 中的自定义预加载器?
我正在使用 Flex Web 应用程序,并且我想要在应用程序启动时实现自定义加载页面,如上面的 http://www.picnik.com/app 和我正在使用Flex3.5 sdk。
我怎样才能做到这一点。任何代码和链接将不胜感激。
Possible Duplicate:
Custom Preloader in Flex 4?
I am working with a flex web application and i want to implement custom loading page on application startup like the above http://www.picnik.com/app and i am using Flex3.5 sdk.
How can i achieve that. Any code and link would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那里有很多例子,但我遇到的最好的例子如下 - 这些例子已经保存在我的 Gmail 帐户中很多年了:)
这是我见过的最好的例子
http://blogagic.com/14/the-blogagic- custom-flex-preloader
将图像添加到预加载器的背景
http://polygeek.com/flex/2742_preloaderBackgroundImage/srcview/index.html
There are lots of examples out there, but the best ive come accross are the following - had these saved in my gmail account for ages:)
This is the best one ive seen
http://blogagic.com/14/the-blogagic-custom-flex-preloader
Adding an image to the background of the preloader
http://polygeek.com/flex/2742_preloaderBackgroundImage/srcview/index.html