Hello,
Just started playing with the new AIR functions NetworkInfo and NetworkInterface, but can't build ...
This is the example I started from: tourdeflex
But these lines cause errors:
var networkInfo:NetworkInfo = NetworkInfo.networkInfo;
var networkInterfaces:Vector.<NetworkInterface> = networkInfo.findInterfaces();
Any ideas on how to solve it?
Thanks a lot, Frank