The following example shows how you can set a maximum width and height on a Adobe AIR application by setting the maxWidth and maxHeight properties on the WindowedApplication tag.
Full code after the jump.
{ 1 comment }
A bunch of Adobe AIR examples*
The following example shows how you can set a maximum width and height on a Adobe AIR application by setting the maxWidth and maxHeight properties on the WindowedApplication tag.
Full code after the jump.
{ 1 comment }
The following example shows how you can set a minimum width and height on a Adobe AIR application by setting the minWidth and minHeight properties on the WindowedApplication tag.
Full code after the jump.
{ 0 comments }