RE: [Flashcoders] AS3 FLVPlayback buffering state never ends bug

2010-04-22 Thread patrick [insert last name here]
@chattyfig.figleaf.com Date: Wed, 21 Apr 2010 21:10:28 -0500 Subject: RE: [Flashcoders] AS3 FLVPlayback buffering state never ends bug CC: In the interest of just getting another pair of eyeballs on the problem, some obvious things I'd check for: - Are you testing with different videos, maybe it's

Re: [Flashcoders] AS3 FLVPlayback buffering state never ends bug

2010-04-22 Thread Kenneth Kawamoto
Well the idea is if playheadUpdate is fired it means the buffering has ended even if it says still buffering. (You can monitor playheadTime/playheadPercentage as well for the same effects, as others suggested.) Another option is to use NetStream instead. You can monitor the buffering status

RE: [Flashcoders] AS3 FLVPlayback buffering state never ends bug

2010-04-22 Thread patrick [insert last name here]
for the help. much appreciated Date: Thu, 22 Apr 2010 15:54:00 +0100 From: kennethkawam...@gmail.com To: emeric...@hotmail.com; flashcoders@chattyfig.figleaf.com Subject: Re: [Flashcoders] AS3 FLVPlayback buffering state never ends bug Well the idea is if playheadUpdate is fired it means

Re: [Flashcoders] AS3 FLVPlayback buffering state never ends bug

2010-04-21 Thread Kenneth Kawamoto
If you set up a listener for playheadUpdate when bufferingStateEntered occurs, do you receive playheadUpdate event when the video starts playing again? Kenneth Kawamoto http://www.materiaprima.co.uk/ patrick [insert last name here] wrote: Ok, so I've spent a lot of time trying to figure this

RE: [Flashcoders] AS3 FLVPlayback buffering state never ends bug

2010-04-21 Thread Mattheis, Erik (MIN - WSW)
...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Kenneth Kawamoto [kennethkawam...@gmail.com] Sent: Wednesday, April 21, 2010 5:11 PM To: Flash Coders List Subject: Re: [Flashcoders] AS3 FLVPlayback buffering state never ends bug If you set up a listener