I am making a meeting system that displays documents (PDF) for end users using Adobe Flash AS3 and Adobe Air. as a requirement, we need to develop some interactive tools between end users, such as chat, file sending, polls, etc., but I have to do it based on a peer-to-peer connection. (No client / server method allowed due to cost and security considerations)
My question is: Can Flash, through Flash / ActionScript / Air, make such an application that links a peer-to-peer connection? And what code or way to do this?
source
share