[Flashcoders] FLVPlayback - Buffering

2008-10-21 Thread Karim Beyrouti
Hello groovy list...

I can't seem to find a property for buffering percentage in the FLVPlayback
component - 
there must be something as there is a bufferingBar property.

any thoughts?


Kind regards


Karim



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] FLVPlayback - Buffering

2008-10-21 Thread Leandro Ferreira
Let me get this: you want to set the buffer or just get its percentage? If
so, you expect a percentage from what?
If you want to change the buffer length, try bufferTime.


   Leandro Ferreira

On Tue, Oct 21, 2008 at 10:14 AM, Karim Beyrouti [EMAIL PROTECTED] wrote:

 Hello groovy list...

 I can't seem to find a property for buffering percentage in the FLVPlayback
 component -
 there must be something as there is a bufferingBar property.

 any thoughts?


 Kind regards


 Karim



 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] FLVPlayback - Buffering

2008-10-21 Thread Karim Beyrouti
Hi Leandro  - thanks for the reply - 

However I am looking to get the Percentage of buffering - so something like:

bufferLoaded/bufferTime

So far I have found this:

flvPlayer.getVideoPlayer(flvPlayer.activeVideoPlayerIndex).netStream.bufferL
ength /
flvPlayer.getVideoPlayer(flvPlayer.activeVideoPlayerIndex).netStream.bufferT
ime;

but it's not spitting out the correct values - I guess I am
miss-interpreting them.




Regards


Karim


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Leandro
Ferreira
Sent: 21 October 2008 12:57
To: Flash Coders List
Subject: Re: [Flashcoders] FLVPlayback - Buffering

Let me get this: you want to set the buffer or just get its percentage? If
so, you expect a percentage from what?
If you want to change the buffer length, try bufferTime.


   Leandro Ferreira

On Tue, Oct 21, 2008 at 10:14 AM, Karim Beyrouti [EMAIL PROTECTED] wrote:

 Hello groovy list...

 I can't seem to find a property for buffering percentage in the
FLVPlayback
 component -
 there must be something as there is a bufferingBar property.

 any thoughts?


 Kind regards


 Karim



 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] SoundChannel.position bug on SOUND_COMPLETE

2008-10-21 Thread Patrick Matte | BLITZ
I'm experimenting with the SoundChannel in Flash CS3.
On SOUND_COMPLETE, the position of the channel is always smaller than the 
length of the sound.
Shouldn't these be the same values? Anybody knows what's going on?

My sounds are wav files in the library, compressed in mp3 or uncompressed, the 
result is the same. They are 44.1 Hz, 16-bit Stereo.


Patrick Matte
Interactive Director
Ph: 310-551-0200 x214
Fax: 310-551-0022
[EMAIL PROTECTED]

BLITZ - 3415 S Sepulveda Bl, Ste 500 - Los Angeles, CA 90034 - 
www.blitzagency.comhttp://www.blitzagency.com/

(!) Be sure and check out BLITZ 
Labshttp://labs.blitzagency.com/?utm_source=patrickmatteutm_medium=signature_link,
 our blog for all the latest and greatest.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] AIR: Drag and Drop between NativeWindows

2008-10-21 Thread Steven Sacks
I'm trying to figure out how to do drag and drop between two NativeWindows.  Not 
drag and drop between the OS and AIR, and not drag and drop in the same window, 
but between two NativeWindows of the same AIR application.  I've tried all 
manner of guessing, and I can't find a single example on google of how to do 
this.  From the stage.mouseX on the drag to window returning impossible 
numbers (like 65710) to Rectangle intersects not responding in reliable ways.


If you have experience doing this, please let me know how to do it.  If you have 
never done this, please don't respond with your guesses.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders