| Package | ipinfodb |
| Class | public class IPinfodb |
| Inheritance | IPinfodb flash.events.EventDispatcher |
| Method | Defined By | ||
|---|---|---|---|
getInformationFromIP(_ipAdress:String):void [static]
Retrieve all the information about a specified IP adress. | IPinfodb | ||
getIPInformation():void [static]
Retrieve all the information about the user's IP adress. | IPinfodb | ||
| Constant | Defined By | ||
|---|---|---|---|
| _staticDispatcher : EventDispatcher [static]
event dispatcher for the IPLocator class. | IPinfodb | ||
| getInformationFromIP | () | method |
public static function getInformationFromIP(_ipAdress:String):voidRetrieve all the information about a specified IP adress.
Parameters
_ipAdress:String — the IP adress to retrieve the information from.
|
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():voidRetrieve all the information about the user's IP adress.
IPinfodvEvents:IP_LOCATOR_RESULT — when the retrieval of information is complete.
| |
IPinfodvEvents:IP_LOCATOR_ERROR — when a error has occured.
|
| _staticDispatcher | Constant |
public static const _staticDispatcher:EventDispatcherevent dispatcher for the IPLocator class.