Skip to main content
Inspiring
February 10, 2008
Question

geolocator.cfc -paul hastings

  • February 10, 2008
  • 1 reply
  • 498 views
Has anyone used this? I have it working well for indiviual ips now I want to highlight the countries in the flash map but I don´t know how they are referenced (ie how each country is defined). What is the "id" used for flash countries? Thanks

paul hastings geoloctar.cfc link
This topic has been closed for replies.

1 reply

Inspiring
February 13, 2008
Hydrowizard wrote:
> Has anyone used this? I have it working well for indiviual ips now I want to
> highlight the countries in the flash map but I don?t know how they are
> referenced (ie how each country is defined). What is the "id" used for flash
> countries? Thanks

it's the 2-letter ISO country code but that flash app only does 1 country at a
time. you want seth's flash world map:

http://www.leavethatthingalone.com/downloads/
Inspiring
February 14, 2008
Thanks Paul really appreciated. The geolocator is awesome, I kind of reached that conclusion trying to pass more than one ISO codes in the flashvars that it would only show one country=US&countryKH for example only selected Cambodia not the first country. I´ll download the other map, cheers

Inspiring
February 14, 2008
Hi Paul if you are there how are you setting the country Name in the cfc- with locales? In my code I am checking the ISO country codes against a table I have with country name and coutry codes which works fine, however, I am just wondering how the cfc defines in what language to set the country name. Thank you!