ok obviouslly its an error because its the wrong number of args !

public function onBWCheck(obj:Object):void
{
    trace("done");
}

public function onBWDone(kBDown:String, deltaDown:String, 
deltaTime:String, latency:String):void
{
    trace("KBDown: " + kBDown + " Delta Down: " + " Delta Time: " + " 
Latency: " + latency);
}


Dan Rossi wrote:
> sorry
>
> this.nc.client = this;
>
> it should pickup the callback methods in the current class.
>
> For some really odd reason im geting callback failed but the methods are 
> there, thats in both  AMF0 and AMF3.
>
>
> Saifur Rahman wrote:
>   
>> Dear Rossi,
>>
>> Do I have to do anything like the following to make the method work?
>>
>> this.nc.onStatus = Delegate.create(this, this.ncOnStatus)
>>
>> Saifur
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Red5 mailing list
>> [email protected]
>> http://osflash.org/mailman/listinfo/red5_osflash.org
>>   
>>     
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>   


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to