По видео
вот так, как шуба из г..ов :

Код AS3:
public function disconnect():void
{
this.removeEventListener(NetStatusEvent.NET_STATUS, netStatusHandler);
if (this._stream)
{
this._stream.removeEventListener(NetStatusEvent.NET_STATUS, streamStatusHandler);
//this._stream.dispose();
this._stream.close();
this._stream = null;
}
try
{
this.close();
}
catch (e:Error) { };
}
Добавлено через 47 секунд
где this - public class SomeClass extends NetConnection