Reputation: 4446
I would like to change the bacground image for the preloading bar in Flex, the one which appears before loading your application. This article describes the way in which you can change the background-color, but is there a way to add a background image (and keep the loading bar on top of that)?
Upvotes: 3
Views: 1009
Reputation: 4176
I think this is what you're looking for: http://blogagic.com/14/the-blogagic-custom-flex-preloader
Upvotes: 1
Reputation: 34011
Set the backgroundImage
style of the application:
Type: Object Format: File CSS Inheritance: no Theme: halo
Background image of a component. This can be an absolute or relative URL or class. You can set either the backgroundColor or the backgroundImage. The background image is displayed on top of the background color. The default value is undefined, meaning "not set".
Upvotes: 0
Reputation: 3782
The Adibe Cookbook you're linking already contains what you need. For example this recipe answers your question: http://cookbooks.adobe.com/post_Display_your_company_logo_while_you_application_lo-12756.html
Upvotes: 0