Hello all, I have a large application with about forty chief states, each chief state has about, between 5 - 14 smaller states. My problem is in the loading. Although there are multiple chief states I only instantiate/load a chief state when it is called, however, each chief state takes a few seconds to instantiate/load and I want to have some dialogue screen before the new state just appears. This is ugly, and flex is not supposed to be ugly... I am currently investigating the world of the preloader but this functionality seems to be isolated to the initialization of the entire application, which is not what I am looking for. I would, however, like a preloader on a state but can not figure out how to accomplish this. I'm using Flex builder 2 and would greatly appreciate any help.
Thanks, j

