In this section
you'll get some small movie clips which can be used in your flash
projects with flash components, flash action scripts .as files and
some other stuff that will help you in your flash projects. You
can also submit your work here. For submit details please checkout
our Submit Page.
Now you can use this function to sort array of your
own choice. For this you have to put this script. I have made a sample
array for testing. You can place array which you want to Sort.
myarr = new Array("India","China","pakistan","Bhutan","Nepal");
myarr.asort();
trace(myarr)