I'm building a small web app in Flash. Is there a solution to get the geo-location of a user?
相关问题
- garbage collection best practices
- How to load flex swf from flash?
- FlashDevelop Haxe (Flash) debugger
- Detecting user's camera settings
- Displaying two fullscreen windows on two monitors
相关文章
- Are there any benefits when using final in AS3?
- Trace on Chrome/Browser console
- as3 ByteArray to Hex (binary hex representation)
- Implementing Triangulation in android [closed]
- About Collision detection alghorithms in AS3
- How to upload BitmapData to a server (ActionScript
- Manage resources to minimize garbage collection ac
- Google maps Android API getting wifi location
The easiest way is to interface with a JavaScript function.
In your HTML:
Then, in your Application, once your map is ready, put this in a function:
Finally, have a private function ready to catch the callback.