[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

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

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 /

[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

[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