Posts tagged adobe
Get IP in Adobe AIR 2.5
01 year ago
in ActionScript
A short snippet of how to get user’s IP on AIR 2.5
[code]
var netInterfaces = NetworkInfo.networkInfo.findInterfaces();
var addresses = netInterfaces[0].addresses;
var userIP = addresses[0].address; // user IP
[/code]
The New Flaxbin.com !
02 years ago
in General
I have replaced the old site scheme with wordpress, let’s start blogging about FMS all the way!.
I will be posting tutorials, code snippets, free apps and much more here!
