Posted by: Yogesh Puri on: August 18, 2008
I was studying Data Structure book last week and have converted some C based sorting Algorithms into AS3. The code is quite slow as compared to Flash Player’s internal sorting algorithms however just for an example purpose i have written this code
Following are 3 algorithms those i have converted. All these 3 are not one [...]
Posted by: Yogesh Puri on: August 18, 2008
The AIR SDK provides the following command-line tools:
AMXMLC : AMXMLC is a simple wrapper for the MXMLC Flex compiler, which links in the appropriate AIR-specific libraries.
Usage is the same as it is in flex compiler MXMLC:
amxmlc main.mxml
This shell script is included in the bin directory of the AIR SDK directory.
The first argument passed to the [...]
Recent Comments