Flex 3 default background colour
Wednesday, April 15th, 2009If you would like to change the default ‘blue’ of your Flex movie as it preloads:
Select Project > Properties > Flex Compiler and under the Additional compiler arguments add ‘-default-background-color #yourcolour’. So if you want a plain white background it would look like:
-locale en_US -default-background-color #FFFFFF

