The following example shows how you can control whether an Adobe AIR application is resizable by setting the resizable node value to true or false (default is true). You can determine whether an application is resizable by using the read-only resizable property on the WindowedApplication object.
Full code after the jump.
{ 0 comments }