DeviceIDExtension is a native extension able to read the device unique ID. The extension works for GSM phones (returning the IMEI) and for CDMA phones (returning the MEID or ESN).

Sample

private var ext:DeviceIDExtension;
ext = new DeviceIDExtension();
trace(ext.getID());
Air Native Extension, Android . URL.