Flex Layout: Absolute or Relative Positioning, Which is Better?

In Adobe Flex, there are at least 3 distinct ways of laying out (positioning) the elements of your application:

Absolute – using X and Y coordinates Relative – using nested HBox and VBox controls Constraints – using element attributes such as “top” and “bottom” to anchor controls within parents

How do you know which [...]