adobe air
check out Stratus. With Stratus you can create: A video chat application Multi-player games Voice Over IP Also check out this tutorial
If so, you might forget to set doubleClickEnabled=true for the datagrid.
The very first thing to do is to create a locale file using copylocale utility. e.g. copylocale en_US zh_CN More detail can be found...
To call a function when a property of an object changes, use the following code BindingUtils.bindSetter(callThisFunction, aObject, "prop"); Note, callThisFunction is a setter...
http://flex.org/tour Especially checkout two applications: 1. Badger 2. Transparent video window
lazy quantifier: Add a question mark (?) after any quantifier to change it to what is known as a lazy quantifier. For example, the...
In my datagrid, even when I set the width of some columns explicitly, they always change in an unpredictable way when I (1) resize...
Assume test1.jpg is the original file and test1_thumb.jpg is the thumbnail file to be created. The width or height of the thumbnail is of...
Let’s say you want to upload a file to your server with your AIR program (using File.upload). On the server side you have a...
Let’s say you have a Label and you want to show this label only when condition == true, you may do this: <mx:VBox> ......