Good day everybody, I was about to write a custom preloader for my flex application. I had a wide overlook on the Internet about this stuff and one moment is still confusing me.
Is there any way to keep the Flex Preloader showing even after the application has been already loaded and initialized. I need to do so because I have to load a bunch data for the application to work (e.g. set "visible = false" for the application while loading data through service). The thing I want to show is a custom Preloader showing text status message smth. like "Loading application" and then "Loading data"....etc. Any help would be greatly appreciated. Thank you, Syrgak

