flamingsquirrel

Flex 3 default background colour

If 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

Leave a Reply