0

How do I get the IP address of a certain website using Flex 4 via an AIR application? I know that this is do-able using ping website.com but how can I replicate the same only this time, using AS3 in Flex 4 and as an AIR application.

Registered User
  • 8,706
  • 9
  • 32
  • 40

1 Answers1

2

You can use the DNSResolver class to look up IP addresses of a domain name. The link is to ActionScript documentation that has an example you can use.

Community
  • 1
  • 1
martineno
  • 2,623
  • 17
  • 14