Code:
{
case "NetConnection.Connect.Success":
{
if (evt.info.secureToken != undefined)
{
this._connection.call("secureTokenResponse", null, com.wowza.encryptionAS3.TEA.decrypt(evt.info.secureToken, "#ed%h*ibuntu*0#w@1"));
}
if (evt.info.data)
{
this.checkDynamic(evt.info.data.version);
}