Set "Loading" screen background color on Flex
So here's my tip for the day:
Check out the compiler arguments line in the Flex properties and add
-default-background-color #PUTYOURCOLORHERE
Easy to do, and then your Flex apps won't look like everyone else's anymore :-)
More compiler arguments are available if you'd like to get frisky...
And better yet, check out Ted Patrick's blog on creating custom preloaders and be a real rock star.
http://www.onflex.org/ted/2006/07/flex-2-preloaders-swf-png-gif-examples.php



you actually don't even need to set the compiler argument ... just set the backgroundColor of the Application tag and that would work, the backgroundColor is necessary even if you set backgroundGradientColors