View Single Post
  #4  
Old 05-09-2012, 04:31 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: i can't find token with FLASM


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);
                    }
Reply With Quote