Hello! Is it possible to send a text message / command from server to a client? In such a way that it'll be processed by NetConnection event handlers or by NetGroup.
Seems like for now it's only possible to respond to client's command. What I'm trying to do is RTMFP chat with chat rooms. Obviously ability to push data would be very helpful.
Cumulus seems to be able to push a message. However as far as I understand they do it as raw AMF message which likely to be ignored by NetConnection API, is it true?
The best would be of course to be able to send message to a NetGroup.
Best
Denis