This content has been marked as final.
Show 1 reply
-
1. Re: Advice for Handling Disconnects and Reconnects?
Brian Riggs Feb 22, 2010 9:19 PM (in response to turbidity)This is a problem that's finally being addressed in Flash 10.1 via the NetStream.attach method:
This will allow you to reattach a live NetStream to a new NetConnection, which is useful for reconnecting or load-balancing. OSMF doesn't have support for this yet. Until we do, you could probably use this within your reconnection manager. Or subclass NetLoader to listen for a connection failure event, suppress the load failure, and do the reconnect.

