--- In [email protected], Tom Chiverton <tom.chiver...@...>
wrote:
>
> Has anyone ever tried to lock a resizable AIR/standalone Flash
application to
> the same aspect ratio as the user resizes it ?
> It looks like the only way to do it is to re-implement all the mouse
up/down
> logic myself, rather than listening for RESIZING and adjusting the
size in
> that ?
What if you did something like this:
width="600" height="{width*.8}"
I think maybe the worst that will happen is that they try to resize it
by height and it keeps snapping back to the same height until they
adjust the width.