List of countries ready for ComboBox AS2

Having the need to populate a combobox with all the countries in the world for a new project, I was pretty sure I could find that information on the web.
Couple of google searches gave me nothing and since it shouldn’t be that hard to find them, I made my own list formatted the right way to feed a combo box in ActionScript 2.0.

All you need to do is to copy it inside an array and populate your ComboBox with it.

I hope it saves you a ton of hours of copypasting!

country list 2 combobox.doc

Share/Save/Bookmark