I'm wondering if anyone has any suggestions regarding bandwidth detection...i'm 
trying to choose between high and low bandwidth versions of the same video
 
thanks 
 
 

 
----- Original Message ----
From: Claus Wahlers <[EMAIL PROTECTED]>
To: Flashcoders mailing list <flashcoders@chattyfig.figleaf.com>
Sent: Friday, September 15, 2006 7:52:08 AM
Subject: Re: [Flashcoders] BitmapData.getPixel() -> negative value ?


Number.toString() is a little borked.

Meister Skinner explains it here:
http://www.gskinner.com/blog/archives/2005/12/source_code_tra.html

Cheers,
Claus.


Jeroen Beckers wrote:

> var n:Number = -16777216
> trace(n.toString(16));
> 
> Gives me:
> 
> -1000000 ?
> 
> 
> 
> Claus Wahlers wrote:
>>
>>> pixel = -16777216
>>
>> -16777216 is 0xff000000 (solid black)
>>
>> Try to trace pixel.toString(16)
>>
>> Cheers,
>> Claus.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to