2

As a little warning, I have never worked with flash before, so I am a complete newbie with it.

I'm trying to build a little flash banner, which somewhere on the banner I want to show a country flag of where the user is located.

I discovered this while googling for a solution: Geolocation in Flash

This uses HTML5 navigator.geolocation.getCurrentPosition and translates into lat, long to later put that on a map.

I think what I'm trying to do is more easily achieved with looking up the IP address of the user and translating that into the country?

I'm sorry I can't post any code of what I've tried because I'm somewhat lost on how to tackle this in Flash.

Any help and pointers in the right direction are appreciated.

4

2 に答える 2

1

理解されているように、現在、現在の場所を検出するために html5 の「地理位置情報」API を使用しようとしていますが、これを使用する際の問題は何ですか?

flash と actionscript (web 用) に現在の場所を検出するための API がない限り、PHP、.NET などのサーバー側コードを使用する必要があります。これにより、サーバー側のコードに余分な呼び出しが追加されます。

ありがとう、ディラジ

于 2013-11-18T07:31:04.900 に答える