このRequest.JSON
http://mootools.net/demos/?demo=Request.JSONは、次のような方法で JSON データを使用して、
var data = {"previews":[
{"Countrycode":"us", "src":"us.jpg", "description":"desc will be here"},
{"Countrycode":"uk", "src":"uk.jpg", "description":"desc will be here"},
]};
上記の方法では、Countrycode
&を使用images
して、各画像の名前を自分で記述します。
http://api.geonames.org/export/geonamesData.js?username=orakzai経由で取得する方法とhttp://www.geonames.org/flags/x/xx.gifGeonames
経由で使用する方法を探していますここで、xx は 2 文字の ISO 国コードですCountrycode
CountryFlags