Following on from my previous post concerning dyncamically resizing AIR windows with user resize (based on Daniel Wabyickâs example here), I wanted to cover a further modification I made; that of having the window resize dynamically, but the content stay the same.
To be more specific, I wanted a content area to remain a fixed size when the window resized dynamically, but maintain a percentage width of the area when the window was resized by the user. (If that makes no sense, download the example after the jump.)