Hi everyone:
I have a login UI widget that covers everything else up with a nice logo and info until the user has logged in. The problem with this is that to get it to appear on top of everything else, it has to load last (last entry in the config.xml). Therefore you get to see all the other stuff loading, which looks bad and can be problematic on slower machines.
How can I avoid this?
I was thinking of somehow manipulating the depth (z-index) value of each widget to cause the later widgets to load underneath the other children. But because we're loading compiled .swf files into a parent window, I'm not sure how to control that.
I have a login UI widget that covers everything else up with a nice logo and info until the user has logged in. The problem with this is that to get it to appear on top of everything else, it has to load last (last entry in the config.xml). Therefore you get to see all the other stuff loading, which looks bad and can be problematic on slower machines.
How can I avoid this?
I was thinking of somehow manipulating the depth (z-index) value of each widget to cause the later widgets to load underneath the other children. But because we're loading compiled .swf files into a parent window, I'm not sure how to control that.