« Return to Thread: q: rejectClient(msg);

Re: q: rejectClient(msg);

by Dominick Accattato-2 :: Rate this Message:

Reply to Author | View in Thread

The only thing I'm a little confused about is why we put it in the application property instead of the description property where I think it would make more sense.

On Thu, Jul 9, 2009 at 7:36 PM, Tyler Kocheran <rfkrocktk@...> wrote:
Walter,
Like Dominick is saying, the NetStatusEvent's info object will hold the information passed to rejectClient(), as well as the code "NetConnection.Connect.Rejected".

 - TK


On Thu, Jul 9, 2009 at 4:19 PM, Walter Tak <walter@...> wrote:
I now see there is another rejectClient() method with additional object parameters.
 
 
Nice to know for new projects. Tnx.
 
We prolly never got that to work (while fiddling with ~ 0.6.1) and had to invent the workaround (which took a lot of extra work) and ofcourse never bothered to check the docs again.
 
Btw is that url the current 'final' API documentation site ?
 
My observations show that the application property will have the error message.

event    flash.events.NetStatusEvent (@1cf9e389)   
    [inherited]   
    info    Array (@1ce48939)   
        application    "you were rejected"  
        code    "NetConnection.Connect.Rejected"   
        description    ""   
        length    0   
        level    "error"   
        objectEncoding    3   



On Thu, Jul 9, 2009 at 3:18 PM, tom <tomabroad@...> wrote:
how do i interprete/ catch/ consume this in flash?

thx
tom


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org


Internal Virus Database is out-of-date.
Checked by AVG.
Version: 7.5.560 / Virus Database: 270.12.26/2116 - Release Date: 15-05-09 06:16

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
And do this, knowing the time, that now it is high time to awake out of sleep;
for now our salvation is nearer than when we first believed.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

 « Return to Thread: q: rejectClient(msg);