Archive

Posts Tagged ‘flex builder’

Setting up the default browser in Flex Builder

December 6th, 2010 No comments

If you want to change the default browser in Flex, you can do this in Flex Builder by going to Window -> Preferences. Then expand General and choose Web browser. In the ‘External Web browsers’ list choose the browser you prefer – in my case Firefox.

Setting default browser in Flex Builder

This is it. Enjoy!

Changing the default background color in Flex 3

December 6th, 2010 No comments

The default blue background color in Flex 3, set while the application is loading, is pretty annoying in my opinion. You can change it easily by setting the default background color property in Flex Builder. You can do this by selecting the project, then right click and choose Properties. Go to Flex Compiler and then in the ‘Additional compiler arguments’ type this:
-default-background-color #ffffff

Default background color in Flex 3

This will change the color of the application while it is loading to white.