I'm currently pretty new to Flex 3.0, and I'm trying to create a Flex application that has a layout out the moves when the the browser is resized. I've seen a few tutorials on how to do this in Flash, but is it the same in Flex? Basically I know that I am supposed to determine when the browser is resized, then I adjust the x and y positions of the elements on my page based on the current size of the Flex stage.
What event listener do I use to determine when the browser is moved/resized and how do I bind that to objects (for example a swf or image that I imported)?
I've searched google and looked at the Adobe livedocs and can't seem to find any examples that explain what I need to do. Any suggestions are appreciated




