tags:

views:

112

answers:

1

How to create fluid layout in Flex3? With an Example.

Thanks for your reply in advance.

A: 

Use container components that use relative layout ( e.g. HBox, VBox, etc. ) instead of absolute ( e.g. Canvas )

Have a look at the container samples in Tour de Flex. Try the AIR App as well.

George Profenza