this.rtmpc = conn; if (this._updateStageDelegate) this._updateStageDelegate.unregisterAll(); if (conn = null) return; this._updateStageDelegate = new LzDelegate(this, "_updateStage", this.rtmpc, "onstage"); An indicator "light" that shows status of connection to a media server.

This element causes a small indicator "light" to show the status of the connection:

red: no connection green: working connection

The following example shows a trivial rtmpstatus example.

<canvas height="40"> <simplelayout spacing="5"/> <text text="The indicator light is red because there is no rtmp connection."/> <rtmpstatus/> </canvas>