Hi please use this method

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

This is the current issue with the calculation maybe because im doing it 
locally ?

onBWDone: kbitDown = Infinity, deltaDown= 25109, deltaTime = 0.0, 
latency = 166KBytes 21

the calc shows infinity :\


Dan Rossi wrote:
> Saifur Rahman wrote:
>   
>> Another thing is
>> that u didn't tell me how can I get the client's bandwidth in the 
>> flash file
>> from the code you provided.
>>
>>     
>
> Hi i havemnt had time to try and make the calculation work, if you see 
> two call methods, it shows with client side method its trying to call 
> with the arguments
>
> public function onBWDone():void
> {
>     trace("done");
> }
>
> public function onBWCheck():void
> {
>     trace("check");
> }
>
>
> something like that
>
> _______________________________________________
> 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