I've already built a flash 10 flex application which use the p2p feature (I'm using a developer key to connect to stratus), currently everything works fine. Now I want my application to run on Adoble Air Runtime, but it seems that p2p does not work for Air.
I can successfully connect to stratus server in Air application, but after that, when I try to use NetConnection.nearID, an error occurs saying: "ReferenceError: Error #1069: Property nearID not found on flash.net.NetConnection and there is no default value."
I've tried flex sdk 3.2 and 3.4, and neither of them works. Does anyone ever developed an Air Application that use p2p and can provide some hints? Thanks for the help~