I'm working with remoting and with streams.
I'm using AMFChannel for the remoting and NetConnection (rtmp://...) for the streaming.
I notice that once I connect over RTMP the AMFChannel starts to get and handle lots of networkchange events.
Thess events are triggered by wireless connections that are irrelevant to the application (I have a stable cable connection) .
When there is no RTMP connection - i never get such events.
These events cause a lots of actions in the AMFChannle - it disconnected and reconnect every time and from time to time the application lost its connections.
Is there a way to mask those events from the AMFChannel?