this._nc = new NetConnection(); _root.Debug.write("connectRtmpConnection URL:",url.getText()); this._nc.connect(url.getText()); this._nc.onStatus = function(info){ _root.Debug.write(info.code,info); } this._nsBroadCast.publish(false); broadCastVideo.attachVideo(null); broadCastVideo.stop(); this._nsBroadCast.close(); disabled, cause this leads to Buffer-Full-Buffer-Empty-Events after re-syncing playVideo.attachVideo(this._nsPlay); this._nsPlay.play(streamname.getText(),-1); ]]> this._nsPlay.pause(); this._nsPlay.close(); playVideo.attachVideo(null); playVideo.stop();