Packageipinfodb
Classpublic class IPinfodb
InheritanceIPinfodb Inheritance flash.events.EventDispatcher

IPLocator Script to retrieve information regarding the user his/her IP adress



Public Methods
 MethodDefined By
  
getInformationFromIP(_ipAdress:String):void
[static] Retrieve all the information about a specified IP adress.
IPinfodb
  
[static] Retrieve all the information about the user's IP adress.
IPinfodb
Public Constants
 ConstantDefined By
  _staticDispatcher : EventDispatcher
[static] event dispatcher for the IPLocator class.
IPinfodb
Method Detail
getInformationFromIP()method
public static function getInformationFromIP(_ipAdress:String):void

Retrieve all the information about a specified IP adress.

Parameters

_ipAdress:String — the IP adress to retrieve the information from.


Throws
IPinfodvEvents:IP_LOCATOR_RESULT — when the retrieval of information is complete.
 
IPinfodvEvents:IP_LOCATOR_ERROR — when a error has occured.
getIPInformation()method 
public static function getIPInformation():void

Retrieve all the information about the user's IP adress.


Throws
IPinfodvEvents:IP_LOCATOR_RESULT — when the retrieval of information is complete.
 
IPinfodvEvents:IP_LOCATOR_ERROR — when a error has occured.
Constant Detail
_staticDispatcherConstant
public static const _staticDispatcher:EventDispatcher

event dispatcher for the IPLocator class.