Best practices for high performance when using FlexBuilder via script
The main thing to bear in mind when aiming for performance is that FlexBuilder will always default to "doing the right thing" -- which may be a lot slower than necessary. For instance: if you write a script that adds 100 FlexItems to a FlexContainer, FlexBuilder will automatically re-run the layout algorithm ... 100 times. ... Read more